Html Css Color HEX #AE185B Jazzberry Jam

📋 copy color: '#AE185B'

red 174 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #AE185B

Tints of Jazzberry Jam #AE185B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.3%

 BLUE value IS 91 (35.94% from 255) = 31.49%

R = 60.21%
G = 8.3%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE185B (or 0xAE185B) is known color: Jazzberry Jam. HEX triplet: AE, 18 and 5B. RGB value is (174,24,91). Sum of RGB (Red+Green+Blue) = 174+24+91=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE185B is #51E7A4. Grayscale: #4C4C4C. Windows color (decimal): -5367717 or 5970094. OLE color: 5970094.

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

Color convert

RGB 174 24 91 -
CMYK 0 0.86 0.48 0.32
HSL 333.2º 0.76% 0.39% -
HSV(B) 333.2º 0.86% 0.68% -
XYZ 19.67 10.41 10.87 -
YUV 76.49 136.2 197.55 -
System Red Green Blue C M Y K H S L
Decimal 174 24 91 0 0.86 0.48 0.32 333.2 0.76 0.39
Hex AE 18 5B 0 56 30 20 14D 4C 27
Octal 256 30 133 0 126 60 40 515 114 47
Binary 10101110 11000 1011011 0 1010110 110000 100000 101001101 1001100 100111

Color Harmonies of #AE185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE185B

Black with #AE185B

Text Example


Text Example

White with #AE185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE185B; }

 p { color: rgb(174,24,91); }

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

background-color css

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

 a { background-color: rgb(174,24,91); }

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

border-color css

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

 span { border-color: rgb(174,24,91); }

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