Html Css Color HEX #AF0E5C Jazzberry Jam

📋 copy color: '#AF0E5C'

red 175 ◦ green 14 ◦ blue 92

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

Shades of Jazzberry Jam #AF0E5C

Tints of Jazzberry Jam #AF0E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 62.28%
G = 4.98%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF0E5C (or 0xAF0E5C) is known color: Jazzberry Jam. HEX triplet: AF, 0E and 5C. RGB value is (175,14,92). Sum of RGB (Red+Green+Blue) = 175+14+92=281 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.28% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0E5C is #50F1A3. Grayscale: #464646. Windows color (decimal): -5304740 or 6033071. OLE color: 6033071.

HSL color Cylindrical-coordinate representation of color #AF0E5C: hue angle of 330.93º 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 #AF0E5C is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 14 92 -
CMYK 0 0.92 0.47 0.31
HSL 330.93º 0.85% 0.37% -
HSV(B) 330.93º 0.92% 0.69% -
XYZ 19.77 10.2 11.05 -
YUV 71.03 139.84 202.16 -
System Red Green Blue C M Y K H S L
Decimal 175 14 92 0 0.92 0.47 0.31 330.93 0.85 0.37
Hex AF E 5C 0 5C 2F 1F 14B 55 25
Octal 257 16 134 0 134 57 37 513 125 45
Binary 10101111 1110 1011100 0 1011100 101111 11111 101001011 1010101 100101

Color Harmonies of #AF0E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0E5C

Black with #AF0E5C

Text Example


Text Example

White with #AF0E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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