Html Css Color HEX #AE256A Jazzberry Jam

📋 copy color: '#AE256A'

red 174 ◦ green 37 ◦ blue 106

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

Shades of Jazzberry Jam #AE256A

Tints of Jazzberry Jam #AE256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

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

R = 54.89%
G = 11.67%
B = 33.44%

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

#AE256A (or 0xAE256A) is known color: Jazzberry Jam. HEX triplet: AE, 25 and 6A. RGB value is (174,37,106). Sum of RGB (Red+Green+Blue) = 174+37+106=317 (41% of max value = 765). Red value is 174 (68.36% from 255 or 54.89% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 174 - color contains mainly: red. Hex color #AE256A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE256A is #51DA95. Grayscale: #555555. Windows color (decimal): -5364374 or 6956462. OLE color: 6956462.

HSL color Cylindrical-coordinate representation of color #AE256A: hue angle of 329.78º degrees, saturation: 0.65, 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 #AE256A is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 37 106 -
CMYK 0 0.79 0.39 0.32
HSL 329.78º 0.65% 0.41% -
HSV(B) 329.78º 0.79% 0.68% -
XYZ 20.72 11.36 14.74 -
YUV 85.83 139.39 190.89 -
System Red Green Blue C M Y K H S L
Decimal 174 37 106 0 0.79 0.39 0.32 329.78 0.65 0.41
Hex AE 25 6A 0 4F 27 20 14A 41 29
Octal 256 45 152 0 117 47 40 512 101 51
Binary 10101110 100101 1101010 0 1001111 100111 100000 101001010 1000001 101001

Color Harmonies of #AE256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE256A

Black with #AE256A

Text Example


Text Example

White with #AE256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE256A; }

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

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

background-color css

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

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

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

border-color css

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

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

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