Html Css Color HEX #AE146D Jazzberry Jam

📋 copy color: '#AE146D'

red 174 ◦ green 20 ◦ blue 109

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

Shades of Jazzberry Jam #AE146D

Tints of Jazzberry Jam #AE146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 57.43%
G = 6.6%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE146D (or 0xAE146D) is known color: Jazzberry Jam. HEX triplet: AE, 14 and 6D. RGB value is (174,20,109). Sum of RGB (Red+Green+Blue) = 174+20+109=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE146D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE146D is #51EB92. Grayscale: #4B4B4B. Windows color (decimal): -5368723 or 7148718. OLE color: 7148718.

HSL color Cylindrical-coordinate representation of color #AE146D: hue angle of 325.32º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AE146D is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 20 109 -
CMYK 0 0.89 0.37 0.32
HSL 325.32º 0.79% 0.38% -
HSV(B) 325.32º 0.89% 0.68% -
XYZ 20.47 10.6 15.44 -
YUV 76.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 174 20 109 0 0.89 0.37 0.32 325.32 0.79 0.38
Hex AE 14 6D 0 59 25 20 145 4F 26
Octal 256 24 155 0 131 45 40 505 117 46
Binary 10101110 10100 1101101 0 1011001 100101 100000 101000101 1001111 100110

Color Harmonies of #AE146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE146D

Black with #AE146D

Text Example


Text Example

White with #AE146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE146D; }

 p { color: rgb(174,20,109); }

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

background-color css

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

 a { background-color: rgb(174,20,109); }

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

border-color css

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

 span { border-color: rgb(174,20,109); }

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