Html Css Color HEX #AF0C52 Jazzberry Jam

📋 copy color: '#AF0C52'

red 175 ◦ green 12 ◦ blue 82

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

Shades of Jazzberry Jam #AF0C52

Tints of Jazzberry Jam #AF0C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.48%

R = 65.06%
G = 4.46%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF0C52 (or 0xAF0C52) is known color: Jazzberry Jam. HEX triplet: AF, 0C and 52. RGB value is (175,12,82). Sum of RGB (Red+Green+Blue) = 175+12+82=269 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.06% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 82 (32.42% from 255 or 30.48% from 269); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0C52 is #50F3AD. Grayscale: #444444. Windows color (decimal): -5305262 or 5377199. OLE color: 5377199.

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

Color convert

RGB 175 12 82 -
CMYK 0 0.93 0.53 0.31
HSL 334.23º 0.87% 0.37% -
HSV(B) 334.23º 0.93% 0.69% -
XYZ 19.33 9.99 8.89 -
YUV 68.72 135.5 203.81 -
System Red Green Blue C M Y K H S L
Decimal 175 12 82 0 0.93 0.53 0.31 334.23 0.87 0.37
Hex AF C 52 0 5D 35 1F 14E 57 25
Octal 257 14 122 0 135 65 37 516 127 45
Binary 10101111 1100 1010010 0 1011101 110101 11111 101001110 1010111 100101

Color Harmonies of #AF0C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C52

Black with #AF0C52

Text Example


Text Example

White with #AF0C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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