Html Css Color HEX #AF0453 Jazzberry Jam

📋 copy color: '#AF0453'

red 175 ◦ green 4 ◦ blue 83

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

Shades of Jazzberry Jam #AF0453

Tints of Jazzberry Jam #AF0453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.53%

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

R = 66.79%
G = 1.53%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#AF0453 (or 0xAF0453) is known color: Jazzberry Jam. HEX triplet: AF, 04 and 53. RGB value is (175,4,83). Sum of RGB (Red+Green+Blue) = 175+4+83=262 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.79% from 262); Green value is 4 (1.95% from 255 or 1.53% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0453 is #50FBAC. Grayscale: #3F3F3F. Windows color (decimal): -5307309 or 5440687. OLE color: 5440687.

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

Color convert

RGB 175 4 83 -
CMYK 0 0.98 0.53 0.31
HSL 332.28º 0.96% 0.35% -
HSV(B) 332.28º 0.98% 0.69% -
XYZ 19.28 9.83 9.06 -
YUV 64.14 138.65 207.08 -
System Red Green Blue C M Y K H S L
Decimal 175 4 83 0 0.98 0.53 0.31 332.28 0.96 0.35
Hex AF 4 53 0 62 35 1F 14C 60 23
Octal 257 4 123 0 142 65 37 514 140 43
Binary 10101111 100 1010011 0 1100010 110101 11111 101001100 1100000 100011

Color Harmonies of #AF0453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0453

Black with #AF0453

Text Example


Text Example

White with #AF0453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0453; }

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

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

background-color css

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

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

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

border-color css

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

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

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