Html Css Color HEX #A62372 Jazzberry Jam

📋 copy color: '#A62372'

red 166 ◦ green 35 ◦ blue 114

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

Shades of Jazzberry Jam #A62372

Tints of Jazzberry Jam #A62372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.11%

 BLUE value IS 114 (44.92% from 255) = 36.19%

R = 52.7%
G = 11.11%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A62372 (or 0xA62372) is known color: Jazzberry Jam. HEX triplet: A6, 23 and 72. RGB value is (166,35,114). Sum of RGB (Red+Green+Blue) = 166+35+114=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A62372 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62372 is #59DC8D. Grayscale: #525252. Windows color (decimal): -5889166 or 7480230. OLE color: 7480230.

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

Color convert

RGB 166 35 114 -
CMYK 0 0.79 0.31 0.35
HSL 323.82º 0.65% 0.39% -
HSV(B) 323.82º 0.79% 0.65% -
XYZ 19.36 10.52 16.93 -
YUV 83.18 145.4 187.08 -
System Red Green Blue C M Y K H S L
Decimal 166 35 114 0 0.79 0.31 0.35 323.82 0.65 0.39
Hex A6 23 72 0 4F 1F 23 144 41 27
Octal 246 43 162 0 117 37 43 504 101 47
Binary 10100110 100011 1110010 0 1001111 11111 100011 101000100 1000001 100111

Color Harmonies of #A62372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62372

Black with #A62372

Text Example


Text Example

White with #A62372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62372; }

 p { color: rgb(166,35,114); }

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

background-color css

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

 a { background-color: rgb(166,35,114); }

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

border-color css

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

 span { border-color: rgb(166,35,114); }

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