Html Css Color HEX #A00F66 Jazzberry Jam

📋 copy color: '#A00F66'

red 160 ◦ green 15 ◦ blue 102

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

Shades of Jazzberry Jam #A00F66

Tints of Jazzberry Jam #A00F66

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.42%

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

R = 57.76%
G = 5.42%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.37

RGB Variations

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

Color information

#A00F66 (or 0xA00F66) is known color: Jazzberry Jam. HEX triplet: A0, 0F and 66. RGB value is (160,15,102). Sum of RGB (Red+Green+Blue) = 160+15+102=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 102 (40.23% from 255 or 36.82% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00F66 is #5FF099. Grayscale: #444444. Windows color (decimal): -6287514 or 6688672. OLE color: 6688672.

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

Color convert

RGB 160 15 102 -
CMYK 0 0.91 0.36 0.37
HSL 324º 0.83% 0.34% -
HSV(B) 324º 0.91% 0.63% -
XYZ 17.07 8.77 13.36 -
YUV 68.27 147.04 193.43 -
System Red Green Blue C M Y K H S L
Decimal 160 15 102 0 0.91 0.36 0.37 324 0.83 0.34
Hex A0 F 66 0 5B 24 25 144 53 22
Octal 240 17 146 0 133 44 45 504 123 42
Binary 10100000 1111 1100110 0 1011011 100100 100101 101000100 1010011 100010

Color Harmonies of #A00F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F66

Black with #A00F66

Text Example


Text Example

White with #A00F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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