Html Css Color HEX #AE005B Jazzberry Jam

📋 copy color: '#AE005B'

red 174 ◦ green 0 ◦ blue 91

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

Shades of Jazzberry Jam #AE005B

Tints of Jazzberry Jam #AE005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.66%
G = 0%
B = 34.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE005B (or 0xAE005B) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 5B. RGB value is (174,0,91). Sum of RGB (Red+Green+Blue) = 174+0+91=265 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.66% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 174 - color contains mainly: red. Hex color #AE005B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE005B is #51FFA4. Grayscale: #3E3E3E. Windows color (decimal): -5373861 or 5963950. OLE color: 5963950.

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

Color convert

RGB 174 0 91 -
CMYK 0 1 0.48 0.32
HSL 328.62º 1% 0.34% -
HSV(B) 328.62º 1% 0.68% -
XYZ 19.34 9.75 10.76 -
YUV 62.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 174 0 91 0 1 0.48 0.32 328.62 1 0.34
Hex AE 0 5B 0 64 30 20 149 64 22
Octal 256 0 133 0 144 60 40 511 144 42
Binary 10101110 0 1011011 0 1100100 110000 100000 101001001 1100100 100010

Color Harmonies of #AE005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE005B

Black with #AE005B

Text Example


Text Example

White with #AE005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE005B; }

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

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

background-color css

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

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

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

border-color css

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

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

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