Html Css Color HEX #AE256D Jazzberry Jam

📋 copy color: '#AE256D'

red 174 ◦ green 37 ◦ blue 109

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

Shades of Jazzberry Jam #AE256D

Tints of Jazzberry Jam #AE256D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 54.38%
G = 11.56%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AE256D (or 0xAE256D) is known color: Jazzberry Jam. HEX triplet: AE, 25 and 6D. RGB value is (174,37,109). Sum of RGB (Red+Green+Blue) = 174+37+109=320 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.38% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 174 - color contains mainly: red. Hex color #AE256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE256D is #51DA92. Grayscale: #565656. Windows color (decimal): -5364371 or 7153070. OLE color: 7153070.

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

Color convert

RGB 174 37 109 -
CMYK 0 0.79 0.37 0.32
HSL 328.47º 0.65% 0.41% -
HSV(B) 328.47º 0.79% 0.68% -
XYZ 20.88 11.43 15.57 -
YUV 86.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 174 37 109 0 0.79 0.37 0.32 328.47 0.65 0.41
Hex AE 25 6D 0 4F 25 20 148 41 29
Octal 256 45 155 0 117 45 40 510 101 51
Binary 10101110 100101 1101101 0 1001111 100101 100000 101001000 1000001 101001

Color Harmonies of #AE256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE256D

Black with #AE256D

Text Example


Text Example

White with #AE256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE256D; }

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

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

background-color css

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

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

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

border-color css

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

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

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