Html Css Color HEX #A62366 Jazzberry Jam

📋 copy color: '#A62366'

red 166 ◦ green 35 ◦ blue 102

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

Shades of Jazzberry Jam #A62366

Tints of Jazzberry Jam #A62366

RGB

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

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

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

R = 54.79%
G = 11.55%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A62366 (or 0xA62366) is known color: Jazzberry Jam. HEX triplet: A6, 23 and 66. RGB value is (166,35,102). Sum of RGB (Red+Green+Blue) = 166+35+102=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A62366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62366 is #59DC99. Grayscale: #515151. Windows color (decimal): -5889178 or 6693798. OLE color: 6693798.

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

Color convert

RGB 166 35 102 -
CMYK 0 0.79 0.39 0.35
HSL 329.31º 0.65% 0.39% -
HSV(B) 329.31º 0.79% 0.65% -
XYZ 18.73 10.27 13.57 -
YUV 81.81 139.4 188.05 -
System Red Green Blue C M Y K H S L
Decimal 166 35 102 0 0.79 0.39 0.35 329.31 0.65 0.39
Hex A6 23 66 0 4F 27 23 149 41 27
Octal 246 43 146 0 117 47 43 511 101 47
Binary 10100110 100011 1100110 0 1001111 100111 100011 101001001 1000001 100111

Color Harmonies of #A62366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62366

Black with #A62366

Text Example


Text Example

White with #A62366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62366; }

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

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

background-color css

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

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

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

border-color css

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

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

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