Html Css Color HEX #A62266 Jazzberry Jam

📋 copy color: '#A62266'

red 166 ◦ green 34 ◦ blue 102

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

Shades of Jazzberry Jam #A62266

Tints of Jazzberry Jam #A62266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.77%

R = 54.97%
G = 11.26%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A62266 (or 0xA62266) is known color: Jazzberry Jam. HEX triplet: A6, 22 and 66. RGB value is (166,34,102). Sum of RGB (Red+Green+Blue) = 166+34+102=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A62266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62266 is #59DD99. Grayscale: #515151. Windows color (decimal): -5889434 or 6693542. OLE color: 6693542.

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

Color convert

RGB 166 34 102 -
CMYK 0 0.80 0.39 0.35
HSL 329.09º 0.66% 0.39% -
HSV(B) 329.09º 0.8% 0.65% -
XYZ 18.7 10.21 13.56 -
YUV 81.22 139.73 188.47 -
System Red Green Blue C M Y K H S L
Decimal 166 34 102 0 0.80 0.39 0.35 329.09 0.66 0.39
Hex A6 22 66 0 50 27 23 149 42 27
Octal 246 42 146 0 120 47 43 511 102 47
Binary 10100110 100010 1100110 0 1010000 100111 100011 101001001 1000010 100111

Color Harmonies of #A62266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62266

Black with #A62266

Text Example


Text Example

White with #A62266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62266; }

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

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

background-color css

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

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

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

border-color css

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

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

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