Html Css Color HEX #A62174 Jazzberry Jam

📋 copy color: '#A62174'

red 166 ◦ green 33 ◦ blue 116

#A62174
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A62174

Tints of Jazzberry Jam #A62174

RGB

 RED value IS 166 (65.23% from 255) = 52.7%

 GREEN value IS 33 (13.28% from 255) = 10.48%

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 52.7%
G = 10.48%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A62174 (or 0xA62174) is known color: Jazzberry Jam. HEX triplet: A6, 21 and 74. RGB value is (166,33,116). Sum of RGB (Red+Green+Blue) = 166+33+116=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A62174 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62174 is #59DE8B. Grayscale: #525252. Windows color (decimal): -5889676 or 7610790. OLE color: 7610790.

HSL color Cylindrical-coordinate representation of color #A62174: hue angle of 322.56º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62174 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 33 116 -
CMYK 0 0.80 0.30 0.35
HSL 322.56º 0.67% 0.39% -
HSV(B) 322.56º 0.8% 0.65% -
XYZ 19.42 10.46 17.52 -
YUV 82.23 147.06 187.75 -
System Red Green Blue C M Y K H S L
Decimal 166 33 116 0 0.80 0.30 0.35 322.56 0.67 0.39
Hex A6 21 74 0 50 1E 23 143 43 27
Octal 246 41 164 0 120 36 43 503 103 47
Binary 10100110 100001 1110100 0 1010000 11110 100011 101000011 1000011 100111

Color Harmonies of #A62174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62174

Black with #A62174

Text Example


Text Example

White with #A62174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62174; }

 p { color: rgb(166,33,116); }

 H1.HeaderClassName
 {
   color: #A62174;
 }
 .AnyTagClassName
 {
   color: #A62174;
 }
</style>

background-color css

<style>
 a { background-color: #A62174; }

 a { background-color: rgb(166,33,116); }

 div.DivClassName
 {
   background-color: #A62174;
 }
 .BgClassName
 {
   background-color: #A62174;
 }
</style>

border-color css

<style>
 span { border-color: #A62174; }

 span { border-color: rgb(166,33,116); }

 td.TdClassName
 {
   border-color: #A62174;
 }
 .TagClassName
 {
   border-color: #A62174;
 }
</style>