Html Css Color HEX #AE0F73 Jazzberry Jam

📋 copy color: '#AE0F73'

red 174 ◦ green 15 ◦ blue 115

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

Shades of Jazzberry Jam #AE0F73

Tints of Jazzberry Jam #AE0F73

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.93%

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 57.24%
G = 4.93%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AE0F73 (or 0xAE0F73) is known color: Jazzberry Jam. HEX triplet: AE, 0F and 73. RGB value is (174,15,115). Sum of RGB (Red+Green+Blue) = 174+15+115=304 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.24% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0F73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0F73 is #51F08C. Grayscale: #494949. Windows color (decimal): -5369997 or 7540654. OLE color: 7540654.

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

Color convert

RGB 174 15 115 -
CMYK 0 0.91 0.34 0.32
HSL 322.26º 0.84% 0.37% -
HSV(B) 322.26º 0.91% 0.68% -
XYZ 20.72 10.58 17.17 -
YUV 73.94 151.18 199.37 -
System Red Green Blue C M Y K H S L
Decimal 174 15 115 0 0.91 0.34 0.32 322.26 0.84 0.37
Hex AE F 73 0 5B 22 20 142 54 25
Octal 256 17 163 0 133 42 40 502 124 45
Binary 10101110 1111 1110011 0 1011011 100010 100000 101000010 1010100 100101

Color Harmonies of #AE0F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0F73

Black with #AE0F73

Text Example


Text Example

White with #AE0F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0F73; }

 p { color: rgb(174,15,115); }

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

background-color css

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

 a { background-color: rgb(174,15,115); }

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

border-color css

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

 span { border-color: rgb(174,15,115); }

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