Html Css Color HEX #A31E6E Jazzberry Jam

📋 copy color: '#A31E6E'

red 163 ◦ green 30 ◦ blue 110

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

Shades of Jazzberry Jam #A31E6E

Tints of Jazzberry Jam #A31E6E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.9%

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 53.8%
G = 9.9%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A31E6E (or 0xA31E6E) is known color: Jazzberry Jam. HEX triplet: A3, 1E and 6E. RGB value is (163,30,110). Sum of RGB (Red+Green+Blue) = 163+30+110=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A31E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31E6E is #5CE191. Grayscale: #4E4E4E. Windows color (decimal): -6087058 or 7216803. OLE color: 7216803.

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

Color convert

RGB 163 30 110 -
CMYK 0 0.82 0.33 0.36
HSL 323.91º 0.69% 0.38% -
HSV(B) 323.91º 0.82% 0.64% -
XYZ 18.38 9.84 15.68 -
YUV 78.89 145.56 188 -
System Red Green Blue C M Y K H S L
Decimal 163 30 110 0 0.82 0.33 0.36 323.91 0.69 0.38
Hex A3 1E 6E 0 52 21 24 144 45 26
Octal 243 36 156 0 122 41 44 504 105 46
Binary 10100011 11110 1101110 0 1010010 100001 100100 101000100 1000101 100110

Color Harmonies of #A31E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31E6E

Black with #A31E6E

Text Example


Text Example

White with #A31E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31E6E; }

 p { color: rgb(163,30,110); }

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

background-color css

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

 a { background-color: rgb(163,30,110); }

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

border-color css

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

 span { border-color: rgb(163,30,110); }

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