Html Css Color HEX #AE0755 Jazzberry Jam

📋 copy color: '#AE0755'

red 174 ◦ green 7 ◦ blue 85

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

Shades of Jazzberry Jam #AE0755

Tints of Jazzberry Jam #AE0755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 65.41%
G = 2.63%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE0755 (or 0xAE0755) is known color: Jazzberry Jam. HEX triplet: AE, 07 and 55. RGB value is (174,7,85). Sum of RGB (Red+Green+Blue) = 174+7+85=266 (35% of max value = 765). Red value is 174 (68.36% from 255 or 65.41% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0755 is #51F8AA. Grayscale: #414141. Windows color (decimal): -5372075 or 5572526. OLE color: 5572526.

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

Color convert

RGB 174 7 85 -
CMYK 0 0.96 0.51 0.32
HSL 331.98º 0.92% 0.35% -
HSV(B) 331.98º 0.96% 0.68% -
XYZ 19.17 9.81 9.48 -
YUV 65.83 138.83 205.16 -
System Red Green Blue C M Y K H S L
Decimal 174 7 85 0 0.96 0.51 0.32 331.98 0.92 0.35
Hex AE 7 55 0 60 33 20 14C 5C 23
Octal 256 7 125 0 140 63 40 514 134 43
Binary 10101110 111 1010101 0 1100000 110011 100000 101001100 1011100 100011

Color Harmonies of #AE0755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0755

Black with #AE0755

Text Example


Text Example

White with #AE0755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0755; }

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

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

background-color css

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

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

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

border-color css

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

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

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