Html Css Color HEX #AE1B71 Jazzberry Jam

📋 copy color: '#AE1B71'

red 174 ◦ green 27 ◦ blue 113

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

Shades of Jazzberry Jam #AE1B71

Tints of Jazzberry Jam #AE1B71

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.6%

 BLUE value IS 113 (44.53% from 255) = 35.99%

R = 55.41%
G = 8.6%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AE1B71 (or 0xAE1B71) is known color: Jazzberry Jam. HEX triplet: AE, 1B and 71. RGB value is (174,27,113). Sum of RGB (Red+Green+Blue) = 174+27+113=314 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.41% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1B71 is #51E48E. Grayscale: #505050. Windows color (decimal): -5366927 or 7412654. OLE color: 7412654.

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

Color convert

RGB 174 27 113 -
CMYK 0 0.84 0.35 0.32
HSL 324.9º 0.73% 0.39% -
HSV(B) 324.9º 0.84% 0.68% -
XYZ 20.83 10.97 16.64 -
YUV 80.76 146.2 194.51 -
System Red Green Blue C M Y K H S L
Decimal 174 27 113 0 0.84 0.35 0.32 324.9 0.73 0.39
Hex AE 1B 71 0 54 23 20 145 49 27
Octal 256 33 161 0 124 43 40 505 111 47
Binary 10101110 11011 1110001 0 1010100 100011 100000 101000101 1001001 100111

Color Harmonies of #AE1B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1B71

Black with #AE1B71

Text Example


Text Example

White with #AE1B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1B71; }

 p { color: rgb(174,27,113); }

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

background-color css

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

 a { background-color: rgb(174,27,113); }

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

border-color css

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

 span { border-color: rgb(174,27,113); }

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