Html Css Color HEX #AE205F Jazzberry Jam

📋 copy color: '#AE205F'

red 174 ◦ green 32 ◦ blue 95

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

Shades of Jazzberry Jam #AE205F

Tints of Jazzberry Jam #AE205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.56%

R = 57.81%
G = 10.63%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE205F (or 0xAE205F) is known color: Jazzberry Jam. HEX triplet: AE, 20 and 5F. RGB value is (174,32,95). Sum of RGB (Red+Green+Blue) = 174+32+95=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE205F is #51DFA0. Grayscale: #515151. Windows color (decimal): -5365665 or 6234286. OLE color: 6234286.

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

Color convert

RGB 174 32 95 -
CMYK 0 0.82 0.45 0.32
HSL 333.38º 0.69% 0.4% -
HSV(B) 333.38º 0.82% 0.68% -
XYZ 20.04 10.86 11.87 -
YUV 81.64 135.54 193.88 -
System Red Green Blue C M Y K H S L
Decimal 174 32 95 0 0.82 0.45 0.32 333.38 0.69 0.4
Hex AE 20 5F 0 52 2D 20 14D 45 28
Octal 256 40 137 0 122 55 40 515 105 50
Binary 10101110 100000 1011111 0 1010010 101101 100000 101001101 1000101 101000

Color Harmonies of #AE205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE205F

Black with #AE205F

Text Example


Text Example

White with #AE205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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