Html Css Color HEX #AE075D Jazzberry Jam

📋 copy color: '#AE075D'

red 174 ◦ green 7 ◦ blue 93

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

Shades of Jazzberry Jam #AE075D

Tints of Jazzberry Jam #AE075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 93 (36.72% from 255) = 33.94%

R = 63.5%
G = 2.55%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE075D (or 0xAE075D) is known color: Jazzberry Jam. HEX triplet: AE, 07 and 5D. RGB value is (174,7,93). Sum of RGB (Red+Green+Blue) = 174+7+93=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE075D is #51F8A2. Grayscale: #424242. Windows color (decimal): -5372067 or 6096814. OLE color: 6096814.

HSL color Cylindrical-coordinate representation of color #AE075D: hue angle of 329.1º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AE075D is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 7 93 -
CMYK 0 0.96 0.47 0.32
HSL 329.1º 0.92% 0.35% -
HSV(B) 329.1º 0.96% 0.68% -
XYZ 19.51 9.94 11.25 -
YUV 66.74 142.83 204.51 -
System Red Green Blue C M Y K H S L
Decimal 174 7 93 0 0.96 0.47 0.32 329.1 0.92 0.35
Hex AE 7 5D 0 60 2F 20 149 5C 23
Octal 256 7 135 0 140 57 40 511 134 43
Binary 10101110 111 1011101 0 1100000 101111 100000 101001001 1011100 100011

Color Harmonies of #AE075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE075D

Black with #AE075D

Text Example


Text Example

White with #AE075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE075D; }

 p { color: rgb(174,7,93); }

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

background-color css

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

 a { background-color: rgb(174,7,93); }

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

border-color css

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

 span { border-color: rgb(174,7,93); }

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