Html Css Color HEX #A81F75 Jazzberry Jam

📋 copy color: '#A81F75'

red 168 ◦ green 31 ◦ blue 117

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

Shades of Jazzberry Jam #A81F75

Tints of Jazzberry Jam #A81F75

RGB

 RED value IS 168 (66.02% from 255) = 53.16%

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

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 53.16%
G = 9.81%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A81F75 (or 0xA81F75) is known color: Jazzberry Jam. HEX triplet: A8, 1F and 75. RGB value is (168,31,117). Sum of RGB (Red+Green+Blue) = 168+31+117=316 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.16% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A81F75 is #57E08A. Grayscale: #515151. Windows color (decimal): -5759115 or 7675816. OLE color: 7675816.

HSL color Cylindrical-coordinate representation of color #A81F75: hue angle of 322.34º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81F75 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 31 117 -
CMYK 0 0.82 0.30 0.34
HSL 322.34º 0.69% 0.39% -
HSV(B) 322.34º 0.82% 0.66% -
XYZ 19.85 10.59 17.83 -
YUV 81.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 168 31 117 0 0.82 0.30 0.34 322.34 0.69 0.39
Hex A8 1F 75 0 52 1E 22 142 45 27
Octal 250 37 165 0 122 36 42 502 105 47
Binary 10101000 11111 1110101 0 1010010 11110 100010 101000010 1000101 100111

Color Harmonies of #A81F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81F75

Black with #A81F75

Text Example


Text Example

White with #A81F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81F75; }

 p { color: rgb(168,31,117); }

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

background-color css

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

 a { background-color: rgb(168,31,117); }

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

border-color css

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

 span { border-color: rgb(168,31,117); }

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