Html Css Color HEX #AE0875 Jazzberry Jam

📋 copy color: '#AE0875'

red 174 ◦ green 8 ◦ blue 117

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

Shades of Jazzberry Jam #AE0875

Tints of Jazzberry Jam #AE0875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.13%

R = 58.19%
G = 2.68%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE0875 (or 0xAE0875) is known color: Jazzberry Jam. HEX triplet: AE, 08 and 75. RGB value is (174,8,117). Sum of RGB (Red+Green+Blue) = 174+8+117=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0875 is #51F78A. Grayscale: #454545. Windows color (decimal): -5371787 or 7669934. OLE color: 7669934.

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

Color convert

RGB 174 8 117 -
CMYK 0 0.95 0.33 0.32
HSL 320.6º 0.91% 0.36% -
HSV(B) 320.6º 0.95% 0.68% -
XYZ 20.75 10.46 17.75 -
YUV 70.06 154.5 202.14 -
System Red Green Blue C M Y K H S L
Decimal 174 8 117 0 0.95 0.33 0.32 320.6 0.91 0.36
Hex AE 8 75 0 5F 21 20 141 5B 24
Octal 256 10 165 0 137 41 40 501 133 44
Binary 10101110 1000 1110101 0 1011111 100001 100000 101000001 1011011 100100

Color Harmonies of #AE0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0875

Black with #AE0875

Text Example


Text Example

White with #AE0875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0875; }

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

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

background-color css

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

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

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

border-color css

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

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

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