Html Css Color HEX #AE0568 Jazzberry Jam

📋 copy color: '#AE0568'

red 174 ◦ green 5 ◦ blue 104

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

Shades of Jazzberry Jam #AE0568

Tints of Jazzberry Jam #AE0568

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.77%

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

R = 61.48%
G = 1.77%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE0568 (or 0xAE0568) is known color: Jazzberry Jam. HEX triplet: AE, 05 and 68. RGB value is (174,5,104). Sum of RGB (Red+Green+Blue) = 174+5+104=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0568 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0568 is #51FA97. Grayscale: #424242. Windows color (decimal): -5372568 or 6817198. OLE color: 6817198.

HSL color Cylindrical-coordinate representation of color #AE0568: hue angle of 324.85º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE0568 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 5 104 -
CMYK 0 0.97 0.40 0.32
HSL 324.85º 0.94% 0.35% -
HSV(B) 324.85º 0.97% 0.68% -
XYZ 20.01 10.11 13.99 -
YUV 66.82 148.99 204.45 -
System Red Green Blue C M Y K H S L
Decimal 174 5 104 0 0.97 0.40 0.32 324.85 0.94 0.35
Hex AE 5 68 0 61 28 20 145 5E 23
Octal 256 5 150 0 141 50 40 505 136 43
Binary 10101110 101 1101000 0 1100001 101000 100000 101000101 1011110 100011

Color Harmonies of #AE0568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0568

Black with #AE0568

Text Example


Text Example

White with #AE0568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0568; }

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

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

background-color css

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

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

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

border-color css

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

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

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