Html Css Color HEX #AF0D53 Jazzberry Jam

📋 copy color: '#AF0D53'

red 175 ◦ green 13 ◦ blue 83

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

Shades of Jazzberry Jam #AF0D53

Tints of Jazzberry Jam #AF0D53

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.8%

 BLUE value IS 83 (32.81% from 255) = 30.63%

R = 64.58%
G = 4.8%
B = 30.63%

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

#AF0D53 (or 0xAF0D53) is known color: Jazzberry Jam. HEX triplet: AF, 0D and 53. RGB value is (175,13,83). Sum of RGB (Red+Green+Blue) = 175+13+83=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0D53 is #50F2AC. Grayscale: #454545. Windows color (decimal): -5305005 or 5442991. OLE color: 5442991.

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

Color convert

RGB 175 13 83 -
CMYK 0 0.93 0.53 0.31
HSL 334.07º 0.86% 0.37% -
HSV(B) 334.07º 0.93% 0.69% -
XYZ 19.38 10.03 9.1 -
YUV 69.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 175 13 83 0 0.93 0.53 0.31 334.07 0.86 0.37
Hex AF D 53 0 5D 35 1F 14E 56 25
Octal 257 15 123 0 135 65 37 516 126 45
Binary 10101111 1101 1010011 0 1011101 110101 11111 101001110 1010110 100101

Color Harmonies of #AF0D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0D53

Black with #AF0D53

Text Example


Text Example

White with #AF0D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0D53; }

 p { color: rgb(175,13,83); }

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

background-color css

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

 a { background-color: rgb(175,13,83); }

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

border-color css

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

 span { border-color: rgb(175,13,83); }

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