Html Css Color HEX #AE085D Jazzberry Jam

📋 copy color: '#AE085D'

red 174 ◦ green 8 ◦ blue 93

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

Shades of Jazzberry Jam #AE085D

Tints of Jazzberry Jam #AE085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.91%

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

R = 63.27%
G = 2.91%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE085D (or 0xAE085D) is known color: Jazzberry Jam. HEX triplet: AE, 08 and 5D. RGB value is (174,8,93). Sum of RGB (Red+Green+Blue) = 174+8+93=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE085D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE085D is #51F7A2. Grayscale: #434343. Windows color (decimal): -5371811 or 6097070. OLE color: 6097070.

HSL color Cylindrical-coordinate representation of color #AE085D: hue angle of 329.28º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE085D is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 8 93 -
CMYK 0 0.95 0.47 0.32
HSL 329.28º 0.91% 0.36% -
HSV(B) 329.28º 0.95% 0.68% -
XYZ 19.52 9.96 11.25 -
YUV 67.32 142.5 204.09 -
System Red Green Blue C M Y K H S L
Decimal 174 8 93 0 0.95 0.47 0.32 329.28 0.91 0.36
Hex AE 8 5D 0 5F 2F 20 149 5B 24
Octal 256 10 135 0 137 57 40 511 133 44
Binary 10101110 1000 1011101 0 1011111 101111 100000 101001001 1011011 100100

Color Harmonies of #AE085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE085D

Black with #AE085D

Text Example


Text Example

White with #AE085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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