Html Css Color HEX #AE0163 Jazzberry Jam

📋 copy color: '#AE0163'

red 174 ◦ green 1 ◦ blue 99

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

Shades of Jazzberry Jam #AE0163

Tints of Jazzberry Jam #AE0163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 99 (39.06% from 255) = 36.13%

R = 63.5%
G = 0.36%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE0163 (or 0xAE0163) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 63. RGB value is (174,1,99). Sum of RGB (Red+Green+Blue) = 174+1+99=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0163 is #51FE9C. Grayscale: #3F3F3F. Windows color (decimal): -5373597 or 6488494. OLE color: 6488494.

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

Color convert

RGB 174 1 99 -
CMYK 0 0.99 0.43 0.32
HSL 326.01º 0.99% 0.34% -
HSV(B) 326.01º 0.99% 0.68% -
XYZ 19.72 9.92 12.68 -
YUV 63.9 147.81 206.53 -
System Red Green Blue C M Y K H S L
Decimal 174 1 99 0 0.99 0.43 0.32 326.01 0.99 0.34
Hex AE 1 63 0 63 2B 20 146 63 22
Octal 256 1 143 0 143 53 40 506 143 42
Binary 10101110 1 1100011 0 1100011 101011 100000 101000110 1100011 100010

Color Harmonies of #AE0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0163

Black with #AE0163

Text Example


Text Example

White with #AE0163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0163; }

 p { color: rgb(174,1,99); }

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

background-color css

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

 a { background-color: rgb(174,1,99); }

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

border-color css

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

 span { border-color: rgb(174,1,99); }

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