Html Css Color HEX #AE096B Jazzberry Jam

📋 copy color: '#AE096B'

red 174 ◦ green 9 ◦ blue 107

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

Shades of Jazzberry Jam #AE096B

Tints of Jazzberry Jam #AE096B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.9%

R = 60%
G = 3.1%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE096B (or 0xAE096B) is known color: Jazzberry Jam. HEX triplet: AE, 09 and 6B. RGB value is (174,9,107). Sum of RGB (Red+Green+Blue) = 174+9+107=290 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 174 - color contains mainly: red. Hex color #AE096B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE096B is #51F694. Grayscale: #454545. Windows color (decimal): -5371541 or 7014830. OLE color: 7014830.

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

Color convert

RGB 174 9 107 -
CMYK 0 0.95 0.39 0.32
HSL 324.36º 0.9% 0.36% -
HSV(B) 324.36º 0.95% 0.68% -
XYZ 20.21 10.26 14.82 -
YUV 69.51 149.16 202.53 -
System Red Green Blue C M Y K H S L
Decimal 174 9 107 0 0.95 0.39 0.32 324.36 0.9 0.36
Hex AE 9 6B 0 5F 27 20 144 5A 24
Octal 256 11 153 0 137 47 40 504 132 44
Binary 10101110 1001 1101011 0 1011111 100111 100000 101000100 1011010 100100

Color Harmonies of #AE096B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE096B

Black with #AE096B

Text Example


Text Example

White with #AE096B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE096B; }

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

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

background-color css

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

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

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

border-color css

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

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

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