Html Css Color HEX #AE0251 Jazzberry Jam

📋 copy color: '#AE0251'

red 174 ◦ green 2 ◦ blue 81

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

Shades of Jazzberry Jam #AE0251

Tints of Jazzberry Jam #AE0251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.52%

R = 67.7%
G = 0.78%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AE0251 (or 0xAE0251) is known color: Jazzberry Jam. HEX triplet: AE, 02 and 51. RGB value is (174,2,81). Sum of RGB (Red+Green+Blue) = 174+2+81=257 (34% of max value = 765). Red value is 174 (68.36% from 255 or 67.70% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0251 is #51FDAE. Grayscale: #3E3E3E. Windows color (decimal): -5373359 or 5309102. OLE color: 5309102.

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

Color convert

RGB 174 2 81 -
CMYK 0 0.99 0.53 0.32
HSL 332.44º 0.98% 0.35% -
HSV(B) 332.44º 0.99% 0.68% -
XYZ 18.96 9.64 8.65 -
YUV 62.43 138.48 207.58 -
System Red Green Blue C M Y K H S L
Decimal 174 2 81 0 0.99 0.53 0.32 332.44 0.98 0.35
Hex AE 2 51 0 63 35 20 14C 62 23
Octal 256 2 121 0 143 65 40 514 142 43
Binary 10101110 10 1010001 0 1100011 110101 100000 101001100 1100010 100011

Color Harmonies of #AE0251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0251

Black with #AE0251

Text Example


Text Example

White with #AE0251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0251; }

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

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

background-color css

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

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

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

border-color css

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

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

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