Html Css Color HEX #AF0B55 Jazzberry Jam

📋 copy color: '#AF0B55'

red 175 ◦ green 11 ◦ blue 85

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

Shades of Jazzberry Jam #AF0B55

Tints of Jazzberry Jam #AF0B55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.37%

R = 64.58%
G = 4.06%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#AF0B55 (or 0xAF0B55) is known color: Jazzberry Jam. HEX triplet: AF, 0B and 55. RGB value is (175,11,85). Sum of RGB (Red+Green+Blue) = 175+11+85=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0B55 is #50F4AA. Grayscale: #444444. Windows color (decimal): -5305515 or 5573551. OLE color: 5573551.

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

Color convert

RGB 175 11 85 -
CMYK 0 0.94 0.51 0.31
HSL 332.93º 0.88% 0.36% -
HSV(B) 332.93º 0.94% 0.69% -
XYZ 19.44 10.01 9.5 -
YUV 68.47 137.33 203.98 -
System Red Green Blue C M Y K H S L
Decimal 175 11 85 0 0.94 0.51 0.31 332.93 0.88 0.36
Hex AF B 55 0 5E 33 1F 14D 58 24
Octal 257 13 125 0 136 63 37 515 130 44
Binary 10101111 1011 1010101 0 1011110 110011 11111 101001101 1011000 100100

Color Harmonies of #AF0B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0B55

Black with #AF0B55

Text Example


Text Example

White with #AF0B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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