Html Css Color HEX #A01966 Jazzberry Jam

📋 copy color: '#A01966'

red 160 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #A01966

Tints of Jazzberry Jam #A01966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.71%

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

R = 55.75%
G = 8.71%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A01966 (or 0xA01966) is known color: Jazzberry Jam. HEX triplet: A0, 19 and 66. RGB value is (160,25,102). Sum of RGB (Red+Green+Blue) = 160+25+102=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A01966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01966 is #5FE699. Grayscale: #494949. Windows color (decimal): -6284954 or 6691232. OLE color: 6691232.

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

Color convert

RGB 160 25 102 -
CMYK 0 0.84 0.36 0.37
HSL 325.78º 0.73% 0.36% -
HSV(B) 325.78º 0.84% 0.63% -
XYZ 17.24 9.13 13.42 -
YUV 74.14 143.73 189.24 -
System Red Green Blue C M Y K H S L
Decimal 160 25 102 0 0.84 0.36 0.37 325.78 0.73 0.36
Hex A0 19 66 0 54 24 25 146 49 24
Octal 240 31 146 0 124 44 45 506 111 44
Binary 10100000 11001 1100110 0 1010100 100100 100101 101000110 1001001 100100

Color Harmonies of #A01966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01966

Black with #A01966

Text Example


Text Example

White with #A01966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01966; }

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

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

background-color css

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

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

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

border-color css

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

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

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