Html Css Color HEX #AE085E Jazzberry Jam

📋 copy color: '#AE085E'

red 174 ◦ green 8 ◦ blue 94

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

Shades of Jazzberry Jam #AE085E

Tints of Jazzberry Jam #AE085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 63.04%
G = 2.9%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE085E (or 0xAE085E) is known color: Jazzberry Jam. HEX triplet: AE, 08 and 5E. RGB value is (174,8,94). Sum of RGB (Red+Green+Blue) = 174+8+94=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE085E is #51F7A1. Grayscale: #434343. Windows color (decimal): -5371810 or 6162606. OLE color: 6162606.

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

Color convert

RGB 174 8 94 -
CMYK 0 0.95 0.46 0.32
HSL 328.92º 0.91% 0.36% -
HSV(B) 328.92º 0.95% 0.68% -
XYZ 19.56 9.98 11.49 -
YUV 67.44 143 204.01 -
System Red Green Blue C M Y K H S L
Decimal 174 8 94 0 0.95 0.46 0.32 328.92 0.91 0.36
Hex AE 8 5E 0 5F 2E 20 149 5B 24
Octal 256 10 136 0 137 56 40 511 133 44
Binary 10101110 1000 1011110 0 1011111 101110 100000 101001001 1011011 100100

Color Harmonies of #AE085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE085E

Black with #AE085E

Text Example


Text Example

White with #AE085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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