Html Css Color HEX #AE105E Jazzberry Jam

📋 copy color: '#AE105E'

red 174 ◦ green 16 ◦ blue 94

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

Shades of Jazzberry Jam #AE105E

Tints of Jazzberry Jam #AE105E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 61.27%
G = 5.63%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE105E (or 0xAE105E) is known color: Jazzberry Jam. HEX triplet: AE, 10 and 5E. RGB value is (174,16,94). Sum of RGB (Red+Green+Blue) = 174+16+94=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE105E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE105E is #51EFA1. Grayscale: #474747. Windows color (decimal): -5369762 or 6164654. OLE color: 6164654.

HSL color Cylindrical-coordinate representation of color #AE105E: hue angle of 330.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AE105E is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 16 94 -
CMYK 0 0.91 0.46 0.32
HSL 330.38º 0.83% 0.37% -
HSV(B) 330.38º 0.91% 0.68% -
XYZ 19.66 10.18 11.52 -
YUV 72.13 140.35 200.66 -
System Red Green Blue C M Y K H S L
Decimal 174 16 94 0 0.91 0.46 0.32 330.38 0.83 0.37
Hex AE 10 5E 0 5B 2E 20 14A 53 25
Octal 256 20 136 0 133 56 40 512 123 45
Binary 10101110 10000 1011110 0 1011011 101110 100000 101001010 1010011 100101

Color Harmonies of #AE105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE105E

Black with #AE105E

Text Example


Text Example

White with #AE105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE105E; }

 p { color: rgb(174,16,94); }

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

background-color css

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

 a { background-color: rgb(174,16,94); }

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

border-color css

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

 span { border-color: rgb(174,16,94); }

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