Html Css Color HEX #AE0065 Jazzberry Jam

📋 copy color: '#AE0065'

red 174 ◦ green 0 ◦ blue 101

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

Shades of Jazzberry Jam #AE0065

Tints of Jazzberry Jam #AE0065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.73%

R = 63.27%
G = 0%
B = 36.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE0065 (or 0xAE0065) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 65. RGB value is (174,0,101). Sum of RGB (Red+Green+Blue) = 174+0+101=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0065 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0065 is #51FF9A. Grayscale: #3F3F3F. Windows color (decimal): -5373851 or 6619310. OLE color: 6619310.

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

Color convert

RGB 174 0 101 -
CMYK 0 1 0.42 0.32
HSL 325.17º 1% 0.34% -
HSV(B) 325.17º 1% 0.68% -
XYZ 19.8 9.94 13.19 -
YUV 63.54 149.15 206.79 -
System Red Green Blue C M Y K H S L
Decimal 174 0 101 0 1 0.42 0.32 325.17 1 0.34
Hex AE 0 65 0 64 2A 20 145 64 22
Octal 256 0 145 0 144 52 40 505 144 42
Binary 10101110 0 1100101 0 1100100 101010 100000 101000101 1100100 100010

Color Harmonies of #AE0065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0065

Black with #AE0065

Text Example


Text Example

White with #AE0065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0065; }

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

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

background-color css

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

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

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

border-color css

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

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

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