Html Css Color HEX #AE1F5D Jazzberry Jam

📋 copy color: '#AE1F5D'

red 174 ◦ green 31 ◦ blue 93

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

Shades of Jazzberry Jam #AE1F5D

Tints of Jazzberry Jam #AE1F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.4%

 BLUE value IS 93 (36.72% from 255) = 31.21%

R = 58.39%
G = 10.4%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE1F5D (or 0xAE1F5D) is known color: Jazzberry Jam. HEX triplet: AE, 1F and 5D. RGB value is (174,31,93). Sum of RGB (Red+Green+Blue) = 174+31+93=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1F5D is #51E0A2. Grayscale: #505050. Windows color (decimal): -5365923 or 6102958. OLE color: 6102958.

HSL color Cylindrical-coordinate representation of color #AE1F5D: hue angle of 333.99º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE1F5D is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 31 93 -
CMYK 0 0.82 0.47 0.32
HSL 333.99º 0.7% 0.4% -
HSV(B) 333.99º 0.82% 0.68% -
XYZ 19.92 10.77 11.38 -
YUV 80.83 134.88 194.46 -
System Red Green Blue C M Y K H S L
Decimal 174 31 93 0 0.82 0.47 0.32 333.99 0.7 0.4
Hex AE 1F 5D 0 52 2F 20 14E 46 28
Octal 256 37 135 0 122 57 40 516 106 50
Binary 10101110 11111 1011101 0 1010010 101111 100000 101001110 1000110 101000

Color Harmonies of #AE1F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1F5D

Black with #AE1F5D

Text Example


Text Example

White with #AE1F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1F5D; }

 p { color: rgb(174,31,93); }

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

background-color css

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

 a { background-color: rgb(174,31,93); }

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

border-color css

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

 span { border-color: rgb(174,31,93); }

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