Html Css Color HEX #AE256B Jazzberry Jam

📋 copy color: '#AE256B'

red 174 ◦ green 37 ◦ blue 107

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

Shades of Jazzberry Jam #AE256B

Tints of Jazzberry Jam #AE256B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 54.72%
G = 11.64%
B = 33.65%

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

#AE256B (or 0xAE256B) is known color: Jazzberry Jam. HEX triplet: AE, 25 and 6B. RGB value is (174,37,107). Sum of RGB (Red+Green+Blue) = 174+37+107=318 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.72% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 174 - color contains mainly: red. Hex color #AE256B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE256B is #51DA94. Grayscale: #555555. Windows color (decimal): -5364373 or 7021998. OLE color: 7021998.

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

Color convert

RGB 174 37 107 -
CMYK 0 0.79 0.39 0.32
HSL 329.34º 0.65% 0.41% -
HSV(B) 329.34º 0.79% 0.68% -
XYZ 20.77 11.38 15.01 -
YUV 85.94 139.89 190.81 -
System Red Green Blue C M Y K H S L
Decimal 174 37 107 0 0.79 0.39 0.32 329.34 0.65 0.41
Hex AE 25 6B 0 4F 27 20 149 41 29
Octal 256 45 153 0 117 47 40 511 101 51
Binary 10101110 100101 1101011 0 1001111 100111 100000 101001001 1000001 101001

Color Harmonies of #AE256B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE256B

Black with #AE256B

Text Example


Text Example

White with #AE256B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE256B; }

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

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

background-color css

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

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

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

border-color css

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

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

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