Html Css Color HEX #AE0263 Jazzberry Jam

📋 copy color: '#AE0263'

red 174 ◦ green 2 ◦ blue 99

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

Shades of Jazzberry Jam #AE0263

Tints of Jazzberry Jam #AE0263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36%

R = 63.27%
G = 0.73%
B = 36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AE0263 (or 0xAE0263) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 63. RGB value is (174,2,99). Sum of RGB (Red+Green+Blue) = 174+2+99=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0263 is #51FD9C. Grayscale: #404040. Windows color (decimal): -5373341 or 6488750. OLE color: 6488750.

HSL color Cylindrical-coordinate representation of color #AE0263: hue angle of 326.16º 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 #AE0263 is Cyan = 0, Magento = 0.99, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 2 99 -
CMYK 0 0.99 0.43 0.32
HSL 326.16º 0.98% 0.35% -
HSV(B) 326.16º 0.99% 0.68% -
XYZ 19.73 9.94 12.68 -
YUV 64.49 147.48 206.11 -
System Red Green Blue C M Y K H S L
Decimal 174 2 99 0 0.99 0.43 0.32 326.16 0.98 0.35
Hex AE 2 63 0 63 2B 20 146 62 23
Octal 256 2 143 0 143 53 40 506 142 43
Binary 10101110 10 1100011 0 1100011 101011 100000 101000110 1100010 100011

Color Harmonies of #AE0263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0263

Black with #AE0263

Text Example


Text Example

White with #AE0263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0263; }

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

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

background-color css

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

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

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

border-color css

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

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

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