Html Css Color HEX #A01468 Jazzberry Jam

📋 copy color: '#A01468'

red 160 ◦ green 20 ◦ blue 104

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

Shades of Jazzberry Jam #A01468

Tints of Jazzberry Jam #A01468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.04%

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

R = 56.34%
G = 7.04%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#A01468 (or 0xA01468) is known color: Jazzberry Jam. HEX triplet: A0, 14 and 68. RGB value is (160,20,104). Sum of RGB (Red+Green+Blue) = 160+20+104=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A01468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01468 is #5FEB97. Grayscale: #474747. Windows color (decimal): -6286232 or 6821024. OLE color: 6821024.

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

Color convert

RGB 160 20 104 -
CMYK 0 0.88 0.35 0.37
HSL 324º 0.78% 0.35% -
HSV(B) 324º 0.88% 0.63% -
XYZ 17.25 8.97 13.92 -
YUV 71.44 146.38 191.17 -
System Red Green Blue C M Y K H S L
Decimal 160 20 104 0 0.88 0.35 0.37 324 0.78 0.35
Hex A0 14 68 0 58 23 25 144 4E 23
Octal 240 24 150 0 130 43 45 504 116 43
Binary 10100000 10100 1101000 0 1011000 100011 100101 101000100 1001110 100011

Color Harmonies of #A01468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01468

Black with #A01468

Text Example


Text Example

White with #A01468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01468; }

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

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

background-color css

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

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

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

border-color css

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

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

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