Html Css Color HEX #AE095C Jazzberry Jam

📋 copy color: '#AE095C'

red 174 ◦ green 9 ◦ blue 92

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

Shades of Jazzberry Jam #AE095C

Tints of Jazzberry Jam #AE095C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

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

R = 63.27%
G = 3.27%
B = 33.45%

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

#AE095C (or 0xAE095C) is known color: Jazzberry Jam. HEX triplet: AE, 09 and 5C. RGB value is (174,9,92). Sum of RGB (Red+Green+Blue) = 174+9+92=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE095C is #51F6A3. Grayscale: #434343. Windows color (decimal): -5371556 or 6031790. OLE color: 6031790.

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

Color convert

RGB 174 9 92 -
CMYK 0 0.95 0.47 0.32
HSL 329.82º 0.9% 0.36% -
HSV(B) 329.82º 0.95% 0.68% -
XYZ 19.49 9.97 11.02 -
YUV 67.8 141.66 203.75 -
System Red Green Blue C M Y K H S L
Decimal 174 9 92 0 0.95 0.47 0.32 329.82 0.9 0.36
Hex AE 9 5C 0 5F 2F 20 14A 5A 24
Octal 256 11 134 0 137 57 40 512 132 44
Binary 10101110 1001 1011100 0 1011111 101111 100000 101001010 1011010 100100

Color Harmonies of #AE095C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE095C

Black with #AE095C

Text Example


Text Example

White with #AE095C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE095C; }

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

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

background-color css

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

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

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

border-color css

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

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

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