Html Css Color HEX #AE085C Jazzberry Jam

📋 copy color: '#AE085C'

red 174 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #AE085C

Tints of Jazzberry Jam #AE085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 63.5%
G = 2.92%
B = 33.58%

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

#AE085C (or 0xAE085C) is known color: Jazzberry Jam. HEX triplet: AE, 08 and 5C. RGB value is (174,8,92). Sum of RGB (Red+Green+Blue) = 174+8+92=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE085C is #51F7A3. Grayscale: #434343. Windows color (decimal): -5371812 or 6031534. OLE color: 6031534.

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

Color convert

RGB 174 8 92 -
CMYK 0 0.95 0.47 0.32
HSL 329.64º 0.91% 0.36% -
HSV(B) 329.64º 0.95% 0.68% -
XYZ 19.47 9.95 11.02 -
YUV 67.21 142 204.17 -
System Red Green Blue C M Y K H S L
Decimal 174 8 92 0 0.95 0.47 0.32 329.64 0.91 0.36
Hex AE 8 5C 0 5F 2F 20 14A 5B 24
Octal 256 10 134 0 137 57 40 512 133 44
Binary 10101110 1000 1011100 0 1011111 101111 100000 101001010 1011011 100100

Color Harmonies of #AE085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE085C

Black with #AE085C

Text Example


Text Example

White with #AE085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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