Html Css Color HEX #AE015A Jazzberry Jam

📋 copy color: '#AE015A'

red 174 ◦ green 1 ◦ blue 90

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

Shades of Jazzberry Jam #AE015A

Tints of Jazzberry Jam #AE015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.96%

R = 65.66%
G = 0.38%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE015A (or 0xAE015A) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 5A. RGB value is (174,1,90). Sum of RGB (Red+Green+Blue) = 174+1+90=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE015A is #51FEA5. Grayscale: #3E3E3E. Windows color (decimal): -5373606 or 5898670. OLE color: 5898670.

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

Color convert

RGB 174 1 90 -
CMYK 0 0.99 0.48 0.32
HSL 329.13º 0.99% 0.34% -
HSV(B) 329.13º 0.99% 0.68% -
XYZ 19.31 9.76 10.54 -
YUV 62.87 143.31 207.26 -
System Red Green Blue C M Y K H S L
Decimal 174 1 90 0 0.99 0.48 0.32 329.13 0.99 0.34
Hex AE 1 5A 0 63 30 20 149 63 22
Octal 256 1 132 0 143 60 40 511 143 42
Binary 10101110 1 1011010 0 1100011 110000 100000 101001001 1100011 100010

Color Harmonies of #AE015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE015A

Black with #AE015A

Text Example


Text Example

White with #AE015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE015A; }

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

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

background-color css

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

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

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

border-color css

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

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

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