Html Css Color HEX #AE1B5D Jazzberry Jam

📋 copy color: '#AE1B5D'

red 174 ◦ green 27 ◦ blue 93

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

Shades of Jazzberry Jam #AE1B5D

Tints of Jazzberry Jam #AE1B5D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.18%

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

R = 59.18%
G = 9.18%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE1B5D (or 0xAE1B5D) is known color: Jazzberry Jam. HEX triplet: AE, 1B and 5D. RGB value is (174,27,93). Sum of RGB (Red+Green+Blue) = 174+27+93=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1B5D is #51E4A2. Grayscale: #4E4E4E. Windows color (decimal): -5366947 or 6101934. OLE color: 6101934.

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

Color convert

RGB 174 27 93 -
CMYK 0 0.84 0.47 0.32
HSL 333.06º 0.73% 0.39% -
HSV(B) 333.06º 0.84% 0.68% -
XYZ 19.82 10.57 11.35 -
YUV 78.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 174 27 93 0 0.84 0.47 0.32 333.06 0.73 0.39
Hex AE 1B 5D 0 54 2F 20 14D 49 27
Octal 256 33 135 0 124 57 40 515 111 47
Binary 10101110 11011 1011101 0 1010100 101111 100000 101001101 1001001 100111

Color Harmonies of #AE1B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1B5D

Black with #AE1B5D

Text Example


Text Example

White with #AE1B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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