Html Css Color HEX #AF056E Jazzberry Jam

📋 copy color: '#AF056E'

red 175 ◦ green 5 ◦ blue 110

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

Shades of Jazzberry Jam #AF056E

Tints of Jazzberry Jam #AF056E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 37.93%

R = 60.34%
G = 1.72%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF056E (or 0xAF056E) is known color: Jazzberry Jam. HEX triplet: AF, 05 and 6E. RGB value is (175,5,110). Sum of RGB (Red+Green+Blue) = 175+5+110=290 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.34% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 110 (43.36% from 255 or 37.93% from 290); Max value from RGB is 175 - color contains mainly: red. Hex color #AF056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF056E is #50FA91. Grayscale: #434343. Windows color (decimal): -5307026 or 7210415. OLE color: 7210415.

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

Color convert

RGB 175 5 110 -
CMYK 0 0.97 0.37 0.31
HSL 322.94º 0.94% 0.35% -
HSV(B) 322.94º 0.97% 0.69% -
XYZ 20.55 10.35 15.67 -
YUV 67.8 151.82 204.46 -
System Red Green Blue C M Y K H S L
Decimal 175 5 110 0 0.97 0.37 0.31 322.94 0.94 0.35
Hex AF 5 6E 0 61 25 1F 143 5E 23
Octal 257 5 156 0 141 45 37 503 136 43
Binary 10101111 101 1101110 0 1100001 100101 11111 101000011 1011110 100011

Color Harmonies of #AF056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF056E

Black with #AF056E

Text Example


Text Example

White with #AF056E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF056E; }

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

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

background-color css

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

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

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

border-color css

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

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

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