Html Css Color HEX #AE2268 Jazzberry Jam

📋 copy color: '#AE2268'

red 174 ◦ green 34 ◦ blue 104

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

Shades of Jazzberry Jam #AE2268

Tints of Jazzberry Jam #AE2268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.9%

 BLUE value IS 104 (41.02% from 255) = 33.33%

R = 55.77%
G = 10.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE2268 (or 0xAE2268) is known color: Jazzberry Jam. HEX triplet: AE, 22 and 68. RGB value is (174,34,104). Sum of RGB (Red+Green+Blue) = 174+34+104=312 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.77% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2268 is #51DD97. Grayscale: #535353. Windows color (decimal): -5365144 or 6824622. OLE color: 6824622.

HSL color Cylindrical-coordinate representation of color #AE2268: hue angle of 330º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2268 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 34 104 -
CMYK 0 0.80 0.40 0.32
HSL 330º 0.67% 0.41% -
HSV(B) 330º 0.8% 0.68% -
XYZ 20.53 11.14 14.17 -
YUV 83.84 139.38 192.31 -
System Red Green Blue C M Y K H S L
Decimal 174 34 104 0 0.80 0.40 0.32 330 0.67 0.41
Hex AE 22 68 0 50 28 20 14A 43 29
Octal 256 42 150 0 120 50 40 512 103 51
Binary 10101110 100010 1101000 0 1010000 101000 100000 101001010 1000011 101001

Color Harmonies of #AE2268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2268

Black with #AE2268

Text Example


Text Example

White with #AE2268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2268; }

 p { color: rgb(174,34,104); }

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

background-color css

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

 a { background-color: rgb(174,34,104); }

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

border-color css

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

 span { border-color: rgb(174,34,104); }

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