Html Css Color HEX #A31468 Jazzberry Jam

📋 copy color: '#A31468'

red 163 ◦ green 20 ◦ blue 104

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

Shades of Jazzberry Jam #A31468

Tints of Jazzberry Jam #A31468

RGB

 RED value IS 163 (64.06% from 255) = 56.79%

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

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

R = 56.79%
G = 6.97%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.36

RGB Variations

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

Color information

#A31468 (or 0xA31468) is known color: Jazzberry Jam. HEX triplet: A3, 14 and 68. RGB value is (163,20,104). Sum of RGB (Red+Green+Blue) = 163+20+104=287 (38% of max value = 765). Red value is 163 (64.06% from 255 or 56.79% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 163 - color contains mainly: red. Hex color #A31468 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31468 is #5CEB97. Grayscale: #484848. Windows color (decimal): -6089624 or 6821027. OLE color: 6821027.

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

Color convert

RGB 163 20 104 -
CMYK 0 0.88 0.36 0.36
HSL 324.76º 0.78% 0.36% -
HSV(B) 324.76º 0.88% 0.64% -
XYZ 17.85 9.29 13.95 -
YUV 72.33 145.88 192.67 -
System Red Green Blue C M Y K H S L
Decimal 163 20 104 0 0.88 0.36 0.36 324.76 0.78 0.36
Hex A3 14 68 0 58 24 24 145 4E 24
Octal 243 24 150 0 130 44 44 505 116 44
Binary 10100011 10100 1101000 0 1011000 100100 100100 101000101 1001110 100100

Color Harmonies of #A31468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31468

Black with #A31468

Text Example


Text Example

White with #A31468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31468; }

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

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

background-color css

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

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

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

border-color css

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

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

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