Html Css Color HEX #AE015E Jazzberry Jam

📋 copy color: '#AE015E'

red 174 ◦ green 1 ◦ blue 94

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

Shades of Jazzberry Jam #AE015E

Tints of Jazzberry Jam #AE015E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.94%

R = 64.68%
G = 0.37%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE015E (or 0xAE015E) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 5E. RGB value is (174,1,94). Sum of RGB (Red+Green+Blue) = 174+1+94=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE015E is #51FEA1. Grayscale: #3F3F3F. Windows color (decimal): -5373602 or 6160814. OLE color: 6160814.

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

Color convert

RGB 174 1 94 -
CMYK 0 0.99 0.46 0.32
HSL 327.75º 0.99% 0.34% -
HSV(B) 327.75º 0.99% 0.68% -
XYZ 19.49 9.83 11.46 -
YUV 63.33 145.31 206.94 -
System Red Green Blue C M Y K H S L
Decimal 174 1 94 0 0.99 0.46 0.32 327.75 0.99 0.34
Hex AE 1 5E 0 63 2E 20 148 63 22
Octal 256 1 136 0 143 56 40 510 143 42
Binary 10101110 1 1011110 0 1100011 101110 100000 101001000 1100011 100010

Color Harmonies of #AE015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE015E

Black with #AE015E

Text Example


Text Example

White with #AE015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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