Html Css Color HEX #A62264 Jazzberry Jam

📋 copy color: '#A62264'

red 166 ◦ green 34 ◦ blue 100

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

Shades of Jazzberry Jam #A62264

Tints of Jazzberry Jam #A62264

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.33%

 BLUE value IS 100 (39.45% from 255) = 33.33%

R = 55.33%
G = 11.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A62264 (or 0xA62264) is known color: Jazzberry Jam. HEX triplet: A6, 22 and 64. RGB value is (166,34,100). Sum of RGB (Red+Green+Blue) = 166+34+100=300 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.33% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 166 - color contains mainly: red. Hex color #A62264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62264 is #59DD9B. Grayscale: #505050. Windows color (decimal): -5889436 or 6562470. OLE color: 6562470.

HSL color Cylindrical-coordinate representation of color #A62264: hue angle of 330º degrees, saturation: 0.66, 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 #A62264 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 34 100 -
CMYK 0 0.80 0.40 0.35
HSL 330º 0.66% 0.39% -
HSV(B) 330º 0.8% 0.65% -
XYZ 18.6 10.17 13.04 -
YUV 80.99 138.73 188.63 -
System Red Green Blue C M Y K H S L
Decimal 166 34 100 0 0.80 0.40 0.35 330 0.66 0.39
Hex A6 22 64 0 50 28 23 14A 42 27
Octal 246 42 144 0 120 50 43 512 102 47
Binary 10100110 100010 1100100 0 1010000 101000 100011 101001010 1000010 100111

Color Harmonies of #A62264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62264

Black with #A62264

Text Example


Text Example

White with #A62264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62264; }

 p { color: rgb(166,34,100); }

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

background-color css

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

 a { background-color: rgb(166,34,100); }

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

border-color css

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

 span { border-color: rgb(166,34,100); }

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