Html Css Color HEX #AE0062 Jazzberry Jam

📋 copy color: '#AE0062'

red 174 ◦ green 0 ◦ blue 98

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

Shades of Jazzberry Jam #AE0062

Tints of Jazzberry Jam #AE0062

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 98 (38.67% from 255) = 36.03%

R = 63.97%
G = 0%
B = 36.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE0062 (or 0xAE0062) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 62. RGB value is (174,0,98). Sum of RGB (Red+Green+Blue) = 174+0+98=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0062 is #51FF9D. Grayscale: #3E3E3E. Windows color (decimal): -5373854 or 6422702. OLE color: 6422702.

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

Color convert

RGB 174 0 98 -
CMYK 0 1 0.44 0.32
HSL 326.21º 1% 0.34% -
HSV(B) 326.21º 1% 0.68% -
XYZ 19.66 9.88 12.43 -
YUV 63.2 147.65 207.03 -
System Red Green Blue C M Y K H S L
Decimal 174 0 98 0 1 0.44 0.32 326.21 1 0.34
Hex AE 0 62 0 64 2C 20 146 64 22
Octal 256 0 142 0 144 54 40 506 144 42
Binary 10101110 0 1100010 0 1100100 101100 100000 101000110 1100100 100010

Color Harmonies of #AE0062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0062

Black with #AE0062

Text Example


Text Example

White with #AE0062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0062; }

 p { color: rgb(174,0,98); }

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

background-color css

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

 a { background-color: rgb(174,0,98); }

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

border-color css

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

 span { border-color: rgb(174,0,98); }

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