Html Css Color HEX #AE0868 Jazzberry Jam

📋 copy color: '#AE0868'

red 174 ◦ green 8 ◦ blue 104

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

Shades of Jazzberry Jam #AE0868

Tints of Jazzberry Jam #AE0868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.36%

R = 60.84%
G = 2.8%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE0868 (or 0xAE0868) is known color: Jazzberry Jam. HEX triplet: AE, 08 and 68. RGB value is (174,8,104). Sum of RGB (Red+Green+Blue) = 174+8+104=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0868 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0868 is #51F797. Grayscale: #444444. Windows color (decimal): -5371800 or 6817966. OLE color: 6817966.

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

Color convert

RGB 174 8 104 -
CMYK 0 0.95 0.40 0.32
HSL 325.3º 0.91% 0.36% -
HSV(B) 325.3º 0.95% 0.68% -
XYZ 20.04 10.17 14 -
YUV 68.58 148 203.19 -
System Red Green Blue C M Y K H S L
Decimal 174 8 104 0 0.95 0.40 0.32 325.3 0.91 0.36
Hex AE 8 68 0 5F 28 20 145 5B 24
Octal 256 10 150 0 137 50 40 505 133 44
Binary 10101110 1000 1101000 0 1011111 101000 100000 101000101 1011011 100100

Color Harmonies of #AE0868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0868

Black with #AE0868

Text Example


Text Example

White with #AE0868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0868; }

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

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

background-color css

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

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

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

border-color css

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

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

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