Html Css Color HEX #AE0264 Jazzberry Jam

📋 copy color: '#AE0264'

red 174 ◦ green 2 ◦ blue 100

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

Shades of Jazzberry Jam #AE0264

Tints of Jazzberry Jam #AE0264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 63.04%
G = 0.72%
B = 36.23%

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

#AE0264 (or 0xAE0264) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 64. RGB value is (174,2,100). Sum of RGB (Red+Green+Blue) = 174+2+100=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0264 is #51FD9B. Grayscale: #404040. Windows color (decimal): -5373340 or 6554286. OLE color: 6554286.

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

Color convert

RGB 174 2 100 -
CMYK 0 0.99 0.43 0.32
HSL 325.81º 0.98% 0.35% -
HSV(B) 325.81º 0.99% 0.68% -
XYZ 19.78 9.96 12.94 -
YUV 64.6 147.98 206.03 -
System Red Green Blue C M Y K H S L
Decimal 174 2 100 0 0.99 0.43 0.32 325.81 0.98 0.35
Hex AE 2 64 0 63 2B 20 146 62 23
Octal 256 2 144 0 143 53 40 506 142 43
Binary 10101110 10 1100100 0 1100011 101011 100000 101000110 1100010 100011

Color Harmonies of #AE0264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0264

Black with #AE0264

Text Example


Text Example

White with #AE0264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0264; }

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

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

background-color css

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

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

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

border-color css

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

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

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