Html Css Color HEX #AE016E Jazzberry Jam

📋 copy color: '#AE016E'

red 174 ◦ green 1 ◦ blue 110

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

Shades of Jazzberry Jam #AE016E

Tints of Jazzberry Jam #AE016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 61.05%
G = 0.35%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE016E (or 0xAE016E) is known color: Jazzberry Jam. HEX triplet: AE, 01 and 6E. RGB value is (174,1,110). Sum of RGB (Red+Green+Blue) = 174+1+110=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE016E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE016E is #51FE91. Grayscale: #404040. Windows color (decimal): -5373586 or 7209390. OLE color: 7209390.

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

Color convert

RGB 174 1 110 -
CMYK 0 0.99 0.37 0.32
HSL 322.2º 0.99% 0.34% -
HSV(B) 322.2º 0.99% 0.68% -
XYZ 20.28 10.15 15.64 -
YUV 65.15 153.31 205.64 -
System Red Green Blue C M Y K H S L
Decimal 174 1 110 0 0.99 0.37 0.32 322.2 0.99 0.34
Hex AE 1 6E 0 63 25 20 142 63 22
Octal 256 1 156 0 143 45 40 502 143 42
Binary 10101110 1 1101110 0 1100011 100101 100000 101000010 1100011 100010

Color Harmonies of #AE016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE016E

Black with #AE016E

Text Example


Text Example

White with #AE016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE016E; }

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

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

background-color css

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

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

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

border-color css

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

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

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