Html Css Color HEX #A00863 Jazzberry Jam

📋 copy color: '#A00863'

red 160 ◦ green 8 ◦ blue 99

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

Shades of Jazzberry Jam #A00863

Tints of Jazzberry Jam #A00863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3%

 BLUE value IS 99 (39.06% from 255) = 37.08%

R = 59.93%
G = 3%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A00863 (or 0xA00863) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 63. RGB value is (160,8,99). Sum of RGB (Red+Green+Blue) = 160+8+99=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A00863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00863 is #5FF79C. Grayscale: #3F3F3F. Windows color (decimal): -6289309 or 6490272. OLE color: 6490272.

HSL color Cylindrical-coordinate representation of color #A00863: hue angle of 324.08º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00863 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 8 99 -
CMYK 0 0.95 0.38 0.37
HSL 324.08º 0.9% 0.33% -
HSV(B) 324.08º 0.95% 0.63% -
XYZ 16.84 8.55 12.57 -
YUV 63.82 147.86 196.6 -
System Red Green Blue C M Y K H S L
Decimal 160 8 99 0 0.95 0.38 0.37 324.08 0.9 0.33
Hex A0 8 63 0 5F 26 25 144 5A 21
Octal 240 10 143 0 137 46 45 504 132 41
Binary 10100000 1000 1100011 0 1011111 100110 100101 101000100 1011010 100001

Color Harmonies of #A00863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00863

Black with #A00863

Text Example


Text Example

White with #A00863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00863; }

 p { color: rgb(160,8,99); }

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

background-color css

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

 a { background-color: rgb(160,8,99); }

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

border-color css

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

 span { border-color: rgb(160,8,99); }

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