Html Css Color HEX #AE206F Jazzberry Jam

📋 copy color: '#AE206F'

red 174 ◦ green 32 ◦ blue 111

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

Shades of Jazzberry Jam #AE206F

Tints of Jazzberry Jam #AE206F

RGB

 RED value IS 174 (68.36% from 255) = 54.89%

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

 BLUE value IS 111 (43.75% from 255) = 35.02%

R = 54.89%
G = 10.09%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE206F (or 0xAE206F) is known color: Jazzberry Jam. HEX triplet: AE, 20 and 6F. RGB value is (174,32,111). Sum of RGB (Red+Green+Blue) = 174+32+111=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE206F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE206F is #51DF90. Grayscale: #535353. Windows color (decimal): -5365649 or 7282862. OLE color: 7282862.

HSL color Cylindrical-coordinate representation of color #AE206F: hue angle of 326.62º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE206F is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 32 111 -
CMYK 0 0.82 0.36 0.32
HSL 326.62º 0.69% 0.4% -
HSV(B) 326.62º 0.82% 0.68% -
XYZ 20.84 11.18 16.1 -
YUV 83.46 143.54 192.58 -
System Red Green Blue C M Y K H S L
Decimal 174 32 111 0 0.82 0.36 0.32 326.62 0.69 0.4
Hex AE 20 6F 0 52 24 20 147 45 28
Octal 256 40 157 0 122 44 40 507 105 50
Binary 10101110 100000 1101111 0 1010010 100100 100000 101000111 1000101 101000

Color Harmonies of #AE206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE206F

Black with #AE206F

Text Example


Text Example

White with #AE206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE206F; }

 p { color: rgb(174,32,111); }

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

background-color css

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

 a { background-color: rgb(174,32,111); }

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

border-color css

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

 span { border-color: rgb(174,32,111); }

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