Html Css Color HEX #AF0E75 Jazzberry Jam

📋 copy color: '#AF0E75'

red 175 ◦ green 14 ◦ blue 117

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

Shades of Jazzberry Jam #AF0E75

Tints of Jazzberry Jam #AF0E75

RGB

 RED value IS 175 (68.75% from 255) = 57.19%

 GREEN value IS 14 (5.86% from 255) = 4.58%

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

R = 57.19%
G = 4.58%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF0E75 (or 0xAF0E75) is known color: Jazzberry Jam. HEX triplet: AF, 0E and 75. RGB value is (175,14,117). Sum of RGB (Red+Green+Blue) = 175+14+117=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0E75 is #50F18A. Grayscale: #494949. Windows color (decimal): -5304715 or 7671471. OLE color: 7671471.

HSL color Cylindrical-coordinate representation of color #AF0E75: hue angle of 321.61º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0E75 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 14 117 -
CMYK 0 0.92 0.33 0.31
HSL 321.61º 0.85% 0.37% -
HSV(B) 321.61º 0.92% 0.69% -
XYZ 21.05 10.71 17.79 -
YUV 73.88 152.34 200.12 -
System Red Green Blue C M Y K H S L
Decimal 175 14 117 0 0.92 0.33 0.31 321.61 0.85 0.37
Hex AF E 75 0 5C 21 1F 142 55 25
Octal 257 16 165 0 134 41 37 502 125 45
Binary 10101111 1110 1110101 0 1011100 100001 11111 101000010 1010101 100101

Color Harmonies of #AF0E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0E75

Black with #AF0E75

Text Example


Text Example

White with #AF0E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0E75; }

 p { color: rgb(175,14,117); }

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

background-color css

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

 a { background-color: rgb(175,14,117); }

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

border-color css

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

 span { border-color: rgb(175,14,117); }

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