Html Css Color HEX #AE1B65 Jazzberry Jam

📋 copy color: '#AE1B65'

red 174 ◦ green 27 ◦ blue 101

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

Shades of Jazzberry Jam #AE1B65

Tints of Jazzberry Jam #AE1B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 57.62%
G = 8.94%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AE1B65 (or 0xAE1B65) is known color: Jazzberry Jam. HEX triplet: AE, 1B and 65. RGB value is (174,27,101). Sum of RGB (Red+Green+Blue) = 174+27+101=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE1B65 is #51E49A. Grayscale: #4F4F4F. Windows color (decimal): -5366939 or 6626222. OLE color: 6626222.

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

Color convert

RGB 174 27 101 -
CMYK 0 0.84 0.42 0.32
HSL 329.8º 0.73% 0.39% -
HSV(B) 329.8º 0.84% 0.68% -
XYZ 20.2 10.72 13.32 -
YUV 79.39 140.2 195.48 -
System Red Green Blue C M Y K H S L
Decimal 174 27 101 0 0.84 0.42 0.32 329.8 0.73 0.39
Hex AE 1B 65 0 54 2A 20 14A 49 27
Octal 256 33 145 0 124 52 40 512 111 47
Binary 10101110 11011 1100101 0 1010100 101010 100000 101001010 1001001 100111

Color Harmonies of #AE1B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1B65

Black with #AE1B65

Text Example


Text Example

White with #AE1B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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