Html Css Color HEX #AE065D Jazzberry Jam

📋 copy color: '#AE065D'

red 174 ◦ green 6 ◦ blue 93

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

Shades of Jazzberry Jam #AE065D

Tints of Jazzberry Jam #AE065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

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

R = 63.74%
G = 2.2%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE065D (or 0xAE065D) is known color: Jazzberry Jam. HEX triplet: AE, 06 and 5D. RGB value is (174,6,93). Sum of RGB (Red+Green+Blue) = 174+6+93=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE065D is #51F9A2. Grayscale: #414141. Windows color (decimal): -5372323 or 6096558. OLE color: 6096558.

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

Color convert

RGB 174 6 93 -
CMYK 0 0.97 0.47 0.32
HSL 328.93º 0.93% 0.35% -
HSV(B) 328.93º 0.97% 0.68% -
XYZ 19.5 9.92 11.24 -
YUV 66.15 143.16 204.93 -
System Red Green Blue C M Y K H S L
Decimal 174 6 93 0 0.97 0.47 0.32 328.93 0.93 0.35
Hex AE 6 5D 0 61 2F 20 149 5D 23
Octal 256 6 135 0 141 57 40 511 135 43
Binary 10101110 110 1011101 0 1100001 101111 100000 101001001 1011101 100011

Color Harmonies of #AE065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE065D

Black with #AE065D

Text Example


Text Example

White with #AE065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE065D; }

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

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

background-color css

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

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

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

border-color css

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

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

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