Html Css Color HEX #A0286F Jazzberry Jam

📋 copy color: '#A0286F'

red 160 ◦ green 40 ◦ blue 111

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

Shades of Jazzberry Jam #A0286F

Tints of Jazzberry Jam #A0286F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

 BLUE value IS 111 (43.75% from 255) = 35.69%

R = 51.45%
G = 12.86%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0286F (or 0xA0286F) is known color: Jazzberry Jam. HEX triplet: A0, 28 and 6F. RGB value is (160,40,111). Sum of RGB (Red+Green+Blue) = 160+40+111=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A0286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0286F is #5FD790. Grayscale: #535353. Windows color (decimal): -6281105 or 7284896. OLE color: 7284896.

HSL color Cylindrical-coordinate representation of color #A0286F: hue angle of 324.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0286F is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 40 111 -
CMYK 0 0.75 0.31 0.37
HSL 324.5º 0.6% 0.39% -
HSV(B) 324.5º 0.75% 0.63% -
XYZ 18.13 10.14 16.04 -
YUV 83.97 143.26 182.23 -
System Red Green Blue C M Y K H S L
Decimal 160 40 111 0 0.75 0.31 0.37 324.5 0.6 0.39
Hex A0 28 6F 0 4B 1F 25 144 3C 27
Octal 240 50 157 0 113 37 45 504 74 47
Binary 10100000 101000 1101111 0 1001011 11111 100101 101000100 111100 100111

Color Harmonies of #A0286F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0286F

Black with #A0286F

Text Example


Text Example

White with #A0286F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0286F; }

 p { color: rgb(160,40,111); }

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

background-color css

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

 a { background-color: rgb(160,40,111); }

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

border-color css

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

 span { border-color: rgb(160,40,111); }

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