Html Css Color HEX #AE0668 Jazzberry Jam

📋 copy color: '#AE0668'

red 174 ◦ green 6 ◦ blue 104

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

Shades of Jazzberry Jam #AE0668

Tints of Jazzberry Jam #AE0668

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

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

R = 61.27%
G = 2.11%
B = 36.62%

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

#AE0668 (or 0xAE0668) is known color: Jazzberry Jam. HEX triplet: AE, 06 and 68. RGB value is (174,6,104). Sum of RGB (Red+Green+Blue) = 174+6+104=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0668 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0668 is #51F997. Grayscale: #434343. Windows color (decimal): -5372312 or 6817454. OLE color: 6817454.

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

Color convert

RGB 174 6 104 -
CMYK 0 0.97 0.40 0.32
HSL 325º 0.93% 0.35% -
HSV(B) 325º 0.97% 0.68% -
XYZ 20.02 10.13 14 -
YUV 67.4 148.66 204.03 -
System Red Green Blue C M Y K H S L
Decimal 174 6 104 0 0.97 0.40 0.32 325 0.93 0.35
Hex AE 6 68 0 61 28 20 145 5D 23
Octal 256 6 150 0 141 50 40 505 135 43
Binary 10101110 110 1101000 0 1100001 101000 100000 101000101 1011101 100011

Color Harmonies of #AE0668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0668

Black with #AE0668

Text Example


Text Example

White with #AE0668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0668; }

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

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

background-color css

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

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

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

border-color css

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

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

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