Html Css Color HEX #AE0D5E Jazzberry Jam

📋 copy color: '#AE0D5E'

red 174 ◦ green 13 ◦ blue 94

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

Shades of Jazzberry Jam #AE0D5E

Tints of Jazzberry Jam #AE0D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.63%

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

R = 61.92%
G = 4.63%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE0D5E (or 0xAE0D5E) is known color: Jazzberry Jam. HEX triplet: AE, 0D and 5E. RGB value is (174,13,94). Sum of RGB (Red+Green+Blue) = 174+13+94=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 13 (5.47% from 255 or 4.63% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0D5E is #51F2A1. Grayscale: #464646. Windows color (decimal): -5370530 or 6163886. OLE color: 6163886.

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

Color convert

RGB 174 13 94 -
CMYK 0 0.93 0.46 0.32
HSL 329.81º 0.86% 0.37% -
HSV(B) 329.81º 0.93% 0.68% -
XYZ 19.62 10.09 11.5 -
YUV 70.37 141.34 201.91 -
System Red Green Blue C M Y K H S L
Decimal 174 13 94 0 0.93 0.46 0.32 329.81 0.86 0.37
Hex AE D 5E 0 5D 2E 20 14A 56 25
Octal 256 15 136 0 135 56 40 512 126 45
Binary 10101110 1101 1011110 0 1011101 101110 100000 101001010 1010110 100101

Color Harmonies of #AE0D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0D5E

Black with #AE0D5E

Text Example


Text Example

White with #AE0D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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