Html Css Color HEX #AF0852 Jazzberry Jam

📋 copy color: '#AF0852'

red 175 ◦ green 8 ◦ blue 82

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

Shades of Jazzberry Jam #AF0852

Tints of Jazzberry Jam #AF0852

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.02%

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

R = 66.04%
G = 3.02%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF0852 (or 0xAF0852) is known color: Jazzberry Jam. HEX triplet: AF, 08 and 52. RGB value is (175,8,82). Sum of RGB (Red+Green+Blue) = 175+8+82=265 (35% of max value = 765). Red value is 175 (68.75% from 255 or 66.04% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0852 is #50F7AD. Grayscale: #424242. Windows color (decimal): -5306286 or 5376175. OLE color: 5376175.

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

Color convert

RGB 175 8 82 -
CMYK 0 0.95 0.53 0.31
HSL 333.41º 0.91% 0.36% -
HSV(B) 333.41º 0.95% 0.69% -
XYZ 19.29 9.9 8.88 -
YUV 66.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 175 8 82 0 0.95 0.53 0.31 333.41 0.91 0.36
Hex AF 8 52 0 5F 35 1F 14D 5B 24
Octal 257 10 122 0 137 65 37 515 133 44
Binary 10101111 1000 1010010 0 1011111 110101 11111 101001101 1011011 100100

Color Harmonies of #AF0852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0852

Black with #AF0852

Text Example


Text Example

White with #AF0852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0852; }

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

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

background-color css

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

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

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

border-color css

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

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

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