Html Css Color HEX #A31F74 Jazzberry Jam

📋 copy color: '#A31F74'

red 163 ◦ green 31 ◦ blue 116

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

Shades of Jazzberry Jam #A31F74

Tints of Jazzberry Jam #A31F74

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10%

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 52.58%
G = 10%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A31F74 (or 0xA31F74) is known color: Jazzberry Jam. HEX triplet: A3, 1F and 74. RGB value is (163,31,116). Sum of RGB (Red+Green+Blue) = 163+31+116=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 31 (12.5% from 255 or 10% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A31F74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A31F74 is #5CE08B. Grayscale: #4F4F4F. Windows color (decimal): -6086796 or 7610275. OLE color: 7610275.

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

Color convert

RGB 163 31 116 -
CMYK 0 0.81 0.29 0.36
HSL 321.36º 0.68% 0.38% -
HSV(B) 321.36º 0.81% 0.64% -
XYZ 18.75 10.03 17.47 -
YUV 80.16 148.23 187.09 -
System Red Green Blue C M Y K H S L
Decimal 163 31 116 0 0.81 0.29 0.36 321.36 0.68 0.38
Hex A3 1F 74 0 51 1D 24 141 44 26
Octal 243 37 164 0 121 35 44 501 104 46
Binary 10100011 11111 1110100 0 1010001 11101 100100 101000001 1000100 100110

Color Harmonies of #A31F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31F74

Black with #A31F74

Text Example


Text Example

White with #A31F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31F74; }

 p { color: rgb(163,31,116); }

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

background-color css

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

 a { background-color: rgb(163,31,116); }

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

border-color css

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

 span { border-color: rgb(163,31,116); }

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