Html Css Color HEX #AE0262 Jazzberry Jam

📋 copy color: '#AE0262'

red 174 ◦ green 2 ◦ blue 98

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

Shades of Jazzberry Jam #AE0262

Tints of Jazzberry Jam #AE0262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.77%

R = 63.5%
G = 0.73%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AE0262 (or 0xAE0262) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 62. RGB value is (174,2,98). Sum of RGB (Red+Green+Blue) = 174+2+98=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0262 is #51FD9D. Grayscale: #404040. Windows color (decimal): -5373342 or 6423214. OLE color: 6423214.

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

Color convert

RGB 174 2 98 -
CMYK 0 0.99 0.44 0.32
HSL 326.51º 0.98% 0.35% -
HSV(B) 326.51º 0.99% 0.68% -
XYZ 19.68 9.92 12.43 -
YUV 64.37 146.98 206.19 -
System Red Green Blue C M Y K H S L
Decimal 174 2 98 0 0.99 0.44 0.32 326.51 0.98 0.35
Hex AE 2 62 0 63 2C 20 147 62 23
Octal 256 2 142 0 143 54 40 507 142 43
Binary 10101110 10 1100010 0 1100011 101100 100000 101000111 1100010 100011

Color Harmonies of #AE0262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0262

Black with #AE0262

Text Example


Text Example

White with #AE0262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0262; }

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

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

background-color css

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

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

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

border-color css

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

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

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