Html Css Color HEX #AE116A Jazzberry Jam

📋 copy color: '#AE116A'

red 174 ◦ green 17 ◦ blue 106

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

Shades of Jazzberry Jam #AE116A

Tints of Jazzberry Jam #AE116A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.72%

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 58.59%
G = 5.72%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE116A (or 0xAE116A) is known color: Jazzberry Jam. HEX triplet: AE, 11 and 6A. RGB value is (174,17,106). Sum of RGB (Red+Green+Blue) = 174+17+106=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE116A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE116A is #51EE95. Grayscale: #494949. Windows color (decimal): -5369494 or 6951342. OLE color: 6951342.

HSL color Cylindrical-coordinate representation of color #AE116A: hue angle of 325.99º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE116A is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 17 106 -
CMYK 0 0.90 0.39 0.32
HSL 325.99º 0.82% 0.37% -
HSV(B) 325.99º 0.9% 0.68% -
XYZ 20.26 10.44 14.58 -
YUV 74.09 146.01 199.26 -
System Red Green Blue C M Y K H S L
Decimal 174 17 106 0 0.90 0.39 0.32 325.99 0.82 0.37
Hex AE 11 6A 0 5A 27 20 146 52 25
Octal 256 21 152 0 132 47 40 506 122 45
Binary 10101110 10001 1101010 0 1011010 100111 100000 101000110 1010010 100101

Color Harmonies of #AE116A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE116A

Black with #AE116A

Text Example


Text Example

White with #AE116A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE116A; }

 p { color: rgb(174,17,106); }

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

background-color css

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

 a { background-color: rgb(174,17,106); }

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

border-color css

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

 span { border-color: rgb(174,17,106); }

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