Html Css Color HEX #AE246A Jazzberry Jam

📋 copy color: '#AE246A'

red 174 ◦ green 36 ◦ blue 106

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

Shades of Jazzberry Jam #AE246A

Tints of Jazzberry Jam #AE246A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.39%

 BLUE value IS 106 (41.8% from 255) = 33.54%

R = 55.06%
G = 11.39%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE246A (or 0xAE246A) is known color: Jazzberry Jam. HEX triplet: AE, 24 and 6A. RGB value is (174,36,106). Sum of RGB (Red+Green+Blue) = 174+36+106=316 (41% of max value = 765). Red value is 174 (68.36% from 255 or 55.06% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 174 - color contains mainly: red. Hex color #AE246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE246A is #51DB95. Grayscale: #555555. Windows color (decimal): -5364630 or 6956206. OLE color: 6956206.

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

Color convert

RGB 174 36 106 -
CMYK 0 0.79 0.39 0.32
HSL 329.57º 0.66% 0.41% -
HSV(B) 329.57º 0.79% 0.68% -
XYZ 20.69 11.3 14.73 -
YUV 85.24 139.72 191.31 -
System Red Green Blue C M Y K H S L
Decimal 174 36 106 0 0.79 0.39 0.32 329.57 0.66 0.41
Hex AE 24 6A 0 4F 27 20 14A 42 29
Octal 256 44 152 0 117 47 40 512 102 51
Binary 10101110 100100 1101010 0 1001111 100111 100000 101001010 1000010 101001

Color Harmonies of #AE246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE246A

Black with #AE246A

Text Example


Text Example

White with #AE246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE246A; }

 p { color: rgb(174,36,106); }

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

background-color css

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

 a { background-color: rgb(174,36,106); }

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

border-color css

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

 span { border-color: rgb(174,36,106); }

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