Html Css Color HEX #AF206E Jazzberry Jam

📋 copy color: '#AF206E'

red 175 ◦ green 32 ◦ blue 110

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

Shades of Jazzberry Jam #AF206E

Tints of Jazzberry Jam #AF206E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.09%

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

R = 55.21%
G = 10.09%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AF206E (or 0xAF206E) is known color: Jazzberry Jam. HEX triplet: AF, 20 and 6E. RGB value is (175,32,110). Sum of RGB (Red+Green+Blue) = 175+32+110=317 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.21% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 175 - color contains mainly: red. Hex color #AF206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF206E is #50DF91. Grayscale: #535353. Windows color (decimal): -5300114 or 7217327. OLE color: 7217327.

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

Color convert

RGB 175 32 110 -
CMYK 0 0.82 0.37 0.31
HSL 327.27º 0.69% 0.41% -
HSV(B) 327.27º 0.82% 0.69% -
XYZ 21.01 11.27 15.82 -
YUV 83.65 142.88 193.16 -
System Red Green Blue C M Y K H S L
Decimal 175 32 110 0 0.82 0.37 0.31 327.27 0.69 0.41
Hex AF 20 6E 0 52 25 1F 147 45 29
Octal 257 40 156 0 122 45 37 507 105 51
Binary 10101111 100000 1101110 0 1010010 100101 11111 101000111 1000101 101001

Color Harmonies of #AF206E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF206E

Black with #AF206E

Text Example


Text Example

White with #AF206E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF206E; }

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

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

background-color css

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

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

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

border-color css

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

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

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