Html Css Color HEX #A01866 Jazzberry Jam

📋 copy color: '#A01866'

red 160 ◦ green 24 ◦ blue 102

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

Shades of Jazzberry Jam #A01866

Tints of Jazzberry Jam #A01866

RGB

 RED value IS 160 (62.89% from 255) = 55.94%

 GREEN value IS 24 (9.77% from 255) = 8.39%

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

R = 55.94%
G = 8.39%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A01866 (or 0xA01866) is known color: Jazzberry Jam. HEX triplet: A0, 18 and 66. RGB value is (160,24,102). Sum of RGB (Red+Green+Blue) = 160+24+102=286 (37% of max value = 765). Red value is 160 (62.89% from 255 or 55.94% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 160 - color contains mainly: red. Hex color #A01866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01866 is #5FE799. Grayscale: #494949. Windows color (decimal): -6285210 or 6690976. OLE color: 6690976.

HSL color Cylindrical-coordinate representation of color #A01866: hue angle of 325.59º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01866 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 24 102 -
CMYK 0 0.85 0.36 0.37
HSL 325.59º 0.74% 0.36% -
HSV(B) 325.59º 0.85% 0.63% -
XYZ 17.22 9.09 13.42 -
YUV 73.56 144.06 189.66 -
System Red Green Blue C M Y K H S L
Decimal 160 24 102 0 0.85 0.36 0.37 325.59 0.74 0.36
Hex A0 18 66 0 55 24 25 146 4A 24
Octal 240 30 146 0 125 44 45 506 112 44
Binary 10100000 11000 1100110 0 1010101 100100 100101 101000110 1001010 100100

Color Harmonies of #A01866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01866

Black with #A01866

Text Example


Text Example

White with #A01866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01866; }

 p { color: rgb(160,24,102); }

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

background-color css

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

 a { background-color: rgb(160,24,102); }

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

border-color css

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

 span { border-color: rgb(160,24,102); }

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