Html Css Color HEX #AF0572 Jazzberry Jam

📋 copy color: '#AF0572'

red 175 ◦ green 5 ◦ blue 114

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

Shades of Jazzberry Jam #AF0572

Tints of Jazzberry Jam #AF0572

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.7%

 BLUE value IS 114 (44.92% from 255) = 38.78%

R = 59.52%
G = 1.7%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF0572 (or 0xAF0572) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 72. RGB value is (175,5,114). Sum of RGB (Red+Green+Blue) = 175+5+114=294 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.52% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0572 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF0572 is #50FA8D. Grayscale: #434343. Windows color (decimal): -5307022 or 7472559. OLE color: 7472559.

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

Color convert

RGB 175 5 114 -
CMYK 0 0.97 0.35 0.31
HSL 321.53º 0.94% 0.35% -
HSV(B) 321.53º 0.97% 0.69% -
XYZ 20.77 10.44 16.84 -
YUV 68.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 175 5 114 0 0.97 0.35 0.31 321.53 0.94 0.35
Hex AF 5 72 0 61 23 1F 142 5E 23
Octal 257 5 162 0 141 43 37 502 136 43
Binary 10101111 101 1110010 0 1100001 100011 11111 101000010 1011110 100011

Color Harmonies of #AF0572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0572

Black with #AF0572

Text Example


Text Example

White with #AF0572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0572; }

 p { color: rgb(175,5,114); }

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

background-color css

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

 a { background-color: rgb(175,5,114); }

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

border-color css

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

 span { border-color: rgb(175,5,114); }

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