Html Css Color HEX #AE215D Jazzberry Jam

📋 copy color: '#AE215D'

red 174 ◦ green 33 ◦ blue 93

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

Shades of Jazzberry Jam #AE215D

Tints of Jazzberry Jam #AE215D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31%

R = 58%
G = 11%
B = 31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE215D (or 0xAE215D) is known color: Jazzberry Jam. HEX triplet: AE, 21 and 5D. RGB value is (174,33,93). Sum of RGB (Red+Green+Blue) = 174+33+93=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE215D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE215D is #51DEA2. Grayscale: #515151. Windows color (decimal): -5365411 or 6103470. OLE color: 6103470.

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

Color convert

RGB 174 33 93 -
CMYK 0 0.81 0.47 0.32
HSL 334.47º 0.68% 0.41% -
HSV(B) 334.47º 0.81% 0.68% -
XYZ 19.98 10.88 11.4 -
YUV 82 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 174 33 93 0 0.81 0.47 0.32 334.47 0.68 0.41
Hex AE 21 5D 0 51 2F 20 14E 44 29
Octal 256 41 135 0 121 57 40 516 104 51
Binary 10101110 100001 1011101 0 1010001 101111 100000 101001110 1000100 101001

Color Harmonies of #AE215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE215D

Black with #AE215D

Text Example


Text Example

White with #AE215D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE215D; }

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

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

background-color css

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

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

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

border-color css

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

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

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