Html Css Color HEX #AE206B Jazzberry Jam

📋 copy color: '#AE206B'

red 174 ◦ green 32 ◦ blue 107

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

Shades of Jazzberry Jam #AE206B

Tints of Jazzberry Jam #AE206B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 55.59%
G = 10.22%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE206B (or 0xAE206B) is known color: Jazzberry Jam. HEX triplet: AE, 20 and 6B. RGB value is (174,32,107). Sum of RGB (Red+Green+Blue) = 174+32+107=313 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.59% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 174 - color contains mainly: red. Hex color #AE206B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE206B is #51DF94. Grayscale: #525252. Windows color (decimal): -5365653 or 7020718. OLE color: 7020718.

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

Color convert

RGB 174 32 107 -
CMYK 0 0.82 0.39 0.32
HSL 328.31º 0.69% 0.4% -
HSV(B) 328.31º 0.82% 0.68% -
XYZ 20.63 11.09 14.96 -
YUV 83.01 141.54 192.9 -
System Red Green Blue C M Y K H S L
Decimal 174 32 107 0 0.82 0.39 0.32 328.31 0.69 0.4
Hex AE 20 6B 0 52 27 20 148 45 28
Octal 256 40 153 0 122 47 40 510 105 50
Binary 10101110 100000 1101011 0 1010010 100111 100000 101001000 1000101 101000

Color Harmonies of #AE206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE206B

Black with #AE206B

Text Example


Text Example

White with #AE206B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE206B; }

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

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

background-color css

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

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

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

border-color css

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

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

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