Html Css Color HEX #AE015F Jazzberry Jam

📋 copy color: '#AE015F'

red 174 ◦ green 1 ◦ blue 95

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

Shades of Jazzberry Jam #AE015F

Tints of Jazzberry Jam #AE015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.19%

R = 64.44%
G = 0.37%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE015F (or 0xAE015F) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 5F. RGB value is (174,1,95). Sum of RGB (Red+Green+Blue) = 174+1+95=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE015F is #51FEA0. Grayscale: #3F3F3F. Windows color (decimal): -5373601 or 6226350. OLE color: 6226350.

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

Color convert

RGB 174 1 95 -
CMYK 0 0.99 0.45 0.32
HSL 327.4º 0.99% 0.34% -
HSV(B) 327.4º 0.99% 0.68% -
XYZ 19.53 9.85 11.7 -
YUV 63.44 145.81 206.86 -
System Red Green Blue C M Y K H S L
Decimal 174 1 95 0 0.99 0.45 0.32 327.4 0.99 0.34
Hex AE 1 5F 0 63 2D 20 147 63 22
Octal 256 1 137 0 143 55 40 507 143 42
Binary 10101110 1 1011111 0 1100011 101101 100000 101000111 1100011 100010

Color Harmonies of #AE015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE015F

Black with #AE015F

Text Example


Text Example

White with #AE015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE015F; }

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

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

background-color css

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

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

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

border-color css

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

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

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