Html Css Color HEX #A62267 Jazzberry Jam

📋 copy color: '#A62267'

red 166 ◦ green 34 ◦ blue 103

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

Shades of Jazzberry Jam #A62267

Tints of Jazzberry Jam #A62267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.99%

R = 54.79%
G = 11.22%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A62267 (or 0xA62267) is known color: Jazzberry Jam. HEX triplet: A6, 22 and 67. RGB value is (166,34,103). Sum of RGB (Red+Green+Blue) = 166+34+103=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A62267 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62267 is #59DD98. Grayscale: #515151. Windows color (decimal): -5889433 or 6759078. OLE color: 6759078.

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

Color convert

RGB 166 34 103 -
CMYK 0 0.80 0.38 0.35
HSL 328.64º 0.66% 0.39% -
HSV(B) 328.64º 0.8% 0.65% -
XYZ 18.75 10.23 13.82 -
YUV 81.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 166 34 103 0 0.80 0.38 0.35 328.64 0.66 0.39
Hex A6 22 67 0 50 26 23 149 42 27
Octal 246 42 147 0 120 46 43 511 102 47
Binary 10100110 100010 1100111 0 1010000 100110 100011 101001001 1000010 100111

Color Harmonies of #A62267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62267

Black with #A62267

Text Example


Text Example

White with #A62267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62267; }

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

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

background-color css

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

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

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

border-color css

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

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

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