Html Css Color HEX #AF0C6F Jazzberry Jam

📋 copy color: '#AF0C6F'

red 175 ◦ green 12 ◦ blue 111

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

Shades of Jazzberry Jam #AF0C6F

Tints of Jazzberry Jam #AF0C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.03%

 BLUE value IS 111 (43.75% from 255) = 37.25%

R = 58.72%
G = 4.03%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF0C6F (or 0xAF0C6F) is known color: Jazzberry Jam. HEX triplet: AF, 0C and 6F. RGB value is (175,12,111). Sum of RGB (Red+Green+Blue) = 175+12+111=298 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.72% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0C6F is #50F390. Grayscale: #474747. Windows color (decimal): -5305233 or 7277743. OLE color: 7277743.

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

Color convert

RGB 175 12 111 -
CMYK 0 0.93 0.37 0.31
HSL 323.56º 0.87% 0.37% -
HSV(B) 323.56º 0.93% 0.69% -
XYZ 20.68 10.52 15.98 -
YUV 72.02 150 201.45 -
System Red Green Blue C M Y K H S L
Decimal 175 12 111 0 0.93 0.37 0.31 323.56 0.87 0.37
Hex AF C 6F 0 5D 25 1F 144 57 25
Octal 257 14 157 0 135 45 37 504 127 45
Binary 10101111 1100 1101111 0 1011101 100101 11111 101000100 1010111 100101

Color Harmonies of #AF0C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C6F

Black with #AF0C6F

Text Example


Text Example

White with #AF0C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C6F; }

 p { color: rgb(175,12,111); }

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

background-color css

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

 a { background-color: rgb(175,12,111); }

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

border-color css

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

 span { border-color: rgb(175,12,111); }

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