Html Css Color HEX #AE0256 Jazzberry Jam

📋 copy color: '#AE0256'

red 174 ◦ green 2 ◦ blue 86

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

Shades of Jazzberry Jam #AE0256

Tints of Jazzberry Jam #AE0256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

 BLUE value IS 86 (33.98% from 255) = 32.82%

R = 66.41%
G = 0.76%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE0256 (or 0xAE0256) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 56. RGB value is (174,2,86). Sum of RGB (Red+Green+Blue) = 174+2+86=262 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.41% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0256 is #51FDA9. Grayscale: #3E3E3E. Windows color (decimal): -5373354 or 5636782. OLE color: 5636782.

HSL color Cylindrical-coordinate representation of color #AE0256: hue angle of 330.7º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0256 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 2 86 -
CMYK 0 0.99 0.51 0.32
HSL 330.7º 0.98% 0.35% -
HSV(B) 330.7º 0.99% 0.68% -
XYZ 19.16 9.71 9.67 -
YUV 63 140.98 207.17 -
System Red Green Blue C M Y K H S L
Decimal 174 2 86 0 0.99 0.51 0.32 330.7 0.98 0.35
Hex AE 2 56 0 63 33 20 14B 62 23
Octal 256 2 126 0 143 63 40 513 142 43
Binary 10101110 10 1010110 0 1100011 110011 100000 101001011 1100010 100011

Color Harmonies of #AE0256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0256

Black with #AE0256

Text Example


Text Example

White with #AE0256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0256; }

 p { color: rgb(174,2,86); }

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

background-color css

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

 a { background-color: rgb(174,2,86); }

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

border-color css

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

 span { border-color: rgb(174,2,86); }

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