Html Css Color HEX #AF0B5C Jazzberry Jam

📋 copy color: '#AF0B5C'

red 175 ◦ green 11 ◦ blue 92

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

Shades of Jazzberry Jam #AF0B5C

Tints of Jazzberry Jam #AF0B5C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.96%

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

R = 62.95%
G = 3.96%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#AF0B5C (or 0xAF0B5C) is known color: Jazzberry Jam. HEX triplet: AF, 0B and 5C. RGB value is (175,11,92). Sum of RGB (Red+Green+Blue) = 175+11+92=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0B5C is #50F4A3. Grayscale: #454545. Windows color (decimal): -5305508 or 6032303. OLE color: 6032303.

HSL color Cylindrical-coordinate representation of color #AF0B5C: hue angle of 330.37º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0B5C is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 11 92 -
CMYK 0 0.94 0.47 0.31
HSL 330.37º 0.88% 0.36% -
HSV(B) 330.37º 0.94% 0.69% -
XYZ 19.73 10.13 11.04 -
YUV 69.27 140.83 203.41 -
System Red Green Blue C M Y K H S L
Decimal 175 11 92 0 0.94 0.47 0.31 330.37 0.88 0.36
Hex AF B 5C 0 5E 2F 1F 14A 58 24
Octal 257 13 134 0 136 57 37 512 130 44
Binary 10101111 1011 1011100 0 1011110 101111 11111 101001010 1011000 100100

Color Harmonies of #AF0B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0B5C

Black with #AF0B5C

Text Example


Text Example

White with #AF0B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0B5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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