Html Css Color HEX #AE125E Jazzberry Jam

📋 copy color: '#AE125E'

red 174 ◦ green 18 ◦ blue 94

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

Shades of Jazzberry Jam #AE125E

Tints of Jazzberry Jam #AE125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.29%

 BLUE value IS 94 (37.11% from 255) = 32.87%

R = 60.84%
G = 6.29%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE125E (or 0xAE125E) is known color: Jazzberry Jam. HEX triplet: AE, 12 and 5E. RGB value is (174,18,94). Sum of RGB (Red+Green+Blue) = 174+18+94=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE125E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE125E is #51EDA1. Grayscale: #494949. Windows color (decimal): -5369250 or 6165166. OLE color: 6165166.

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

Color convert

RGB 174 18 94 -
CMYK 0 0.90 0.46 0.32
HSL 330.77º 0.81% 0.38% -
HSV(B) 330.77º 0.9% 0.68% -
XYZ 19.69 10.24 11.53 -
YUV 73.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 174 18 94 0 0.90 0.46 0.32 330.77 0.81 0.38
Hex AE 12 5E 0 5A 2E 20 14B 51 26
Octal 256 22 136 0 132 56 40 513 121 46
Binary 10101110 10010 1011110 0 1011010 101110 100000 101001011 1010001 100110

Color Harmonies of #AE125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE125E

Black with #AE125E

Text Example


Text Example

White with #AE125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE125E; }

 p { color: rgb(174,18,94); }

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

background-color css

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

 a { background-color: rgb(174,18,94); }

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

border-color css

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

 span { border-color: rgb(174,18,94); }

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