Html Css Color HEX #A02468 Jazzberry Jam

📋 copy color: '#A02468'

red 160 ◦ green 36 ◦ blue 104

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

Shades of Jazzberry Jam #A02468

Tints of Jazzberry Jam #A02468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12%

 BLUE value IS 104 (41.02% from 255) = 34.67%

R = 53.33%
G = 12%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A02468 (or 0xA02468) is known color: Jazzberry Jam. HEX triplet: A0, 24 and 68. RGB value is (160,36,104). Sum of RGB (Red+Green+Blue) = 160+36+104=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A02468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02468 is #5FDB97. Grayscale: #505050. Windows color (decimal): -6282136 or 6825120. OLE color: 6825120.

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

Color convert

RGB 160 36 104 -
CMYK 0 0.78 0.35 0.37
HSL 327.1º 0.63% 0.38% -
HSV(B) 327.1º 0.78% 0.63% -
XYZ 17.63 9.73 14.05 -
YUV 80.83 141.08 184.47 -
System Red Green Blue C M Y K H S L
Decimal 160 36 104 0 0.78 0.35 0.37 327.1 0.63 0.38
Hex A0 24 68 0 4E 23 25 147 3F 26
Octal 240 44 150 0 116 43 45 507 77 46
Binary 10100000 100100 1101000 0 1001110 100011 100101 101000111 111111 100110

Color Harmonies of #A02468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02468

Black with #A02468

Text Example


Text Example

White with #A02468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02468; }

 p { color: rgb(160,36,104); }

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

background-color css

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

 a { background-color: rgb(160,36,104); }

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

border-color css

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

 span { border-color: rgb(160,36,104); }

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