Html Css Color HEX #AE206C Jazzberry Jam

📋 copy color: '#AE206C'

red 174 ◦ green 32 ◦ blue 108

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

Shades of Jazzberry Jam #AE206C

Tints of Jazzberry Jam #AE206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.39%

R = 55.41%
G = 10.19%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AE206C (or 0xAE206C) is known color: Jazzberry Jam. HEX triplet: AE, 20 and 6C. RGB value is (174,32,108). Sum of RGB (Red+Green+Blue) = 174+32+108=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE206C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE206C is #51DF93. Grayscale: #525252. Windows color (decimal): -5365652 or 7086254. OLE color: 7086254.

HSL color Cylindrical-coordinate representation of color #AE206C: hue angle of 327.89º 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 #AE206C is Cyan = 0, Magento = 0.82, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 32 108 -
CMYK 0 0.82 0.38 0.32
HSL 327.89º 0.69% 0.4% -
HSV(B) 327.89º 0.82% 0.68% -
XYZ 20.68 11.11 15.24 -
YUV 83.12 142.04 192.82 -
System Red Green Blue C M Y K H S L
Decimal 174 32 108 0 0.82 0.38 0.32 327.89 0.69 0.4
Hex AE 20 6C 0 52 26 20 148 45 28
Octal 256 40 154 0 122 46 40 510 105 50
Binary 10101110 100000 1101100 0 1010010 100110 100000 101001000 1000101 101000

Color Harmonies of #AE206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE206C

Black with #AE206C

Text Example


Text Example

White with #AE206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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