Html Css Color HEX #AE215A Jazzberry Jam

📋 copy color: '#AE215A'

red 174 ◦ green 33 ◦ blue 90

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

Shades of Jazzberry Jam #AE215A

Tints of Jazzberry Jam #AE215A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

 BLUE value IS 90 (35.55% from 255) = 30.3%

R = 58.59%
G = 11.11%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE215A (or 0xAE215A) is known color: Jazzberry Jam. HEX triplet: AE, 21 and 5A. RGB value is (174,33,90). Sum of RGB (Red+Green+Blue) = 174+33+90=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE215A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE215A is #51DEA5. Grayscale: #515151. Windows color (decimal): -5365414 or 5906862. OLE color: 5906862.

HSL color Cylindrical-coordinate representation of color #AE215A: hue angle of 335.74º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE215A is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 33 90 -
CMYK 0 0.81 0.48 0.32
HSL 335.74º 0.68% 0.41% -
HSV(B) 335.74º 0.81% 0.68% -
XYZ 19.84 10.82 10.72 -
YUV 81.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 174 33 90 0 0.81 0.48 0.32 335.74 0.68 0.41
Hex AE 21 5A 0 51 30 20 150 44 29
Octal 256 41 132 0 121 60 40 520 104 51
Binary 10101110 100001 1011010 0 1010001 110000 100000 101010000 1000100 101001

Color Harmonies of #AE215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE215A

Black with #AE215A

Text Example


Text Example

White with #AE215A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE215A; }

 p { color: rgb(174,33,90); }

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

background-color css

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

 a { background-color: rgb(174,33,90); }

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

border-color css

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

 span { border-color: rgb(174,33,90); }

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