Html Css Color HEX #AE0669 Jazzberry Jam

📋 copy color: '#AE0669'

red 174 ◦ green 6 ◦ blue 105

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

Shades of Jazzberry Jam #AE0669

Tints of Jazzberry Jam #AE0669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.84%

R = 61.05%
G = 2.11%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AE0669 (or 0xAE0669) is known color: Jazzberry Jam. HEX triplet: AE, 06 and 69. RGB value is (174,6,105). Sum of RGB (Red+Green+Blue) = 174+6+105=285 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.05% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0669 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0669 is #51F996. Grayscale: #434343. Windows color (decimal): -5372311 or 6882990. OLE color: 6882990.

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

Color convert

RGB 174 6 105 -
CMYK 0 0.97 0.40 0.32
HSL 324.64º 0.93% 0.35% -
HSV(B) 324.64º 0.97% 0.68% -
XYZ 20.07 10.15 14.27 -
YUV 67.52 149.16 203.95 -
System Red Green Blue C M Y K H S L
Decimal 174 6 105 0 0.97 0.40 0.32 324.64 0.93 0.35
Hex AE 6 69 0 61 28 20 145 5D 23
Octal 256 6 151 0 141 50 40 505 135 43
Binary 10101110 110 1101001 0 1100001 101000 100000 101000101 1011101 100011

Color Harmonies of #AE0669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0669

Black with #AE0669

Text Example


Text Example

White with #AE0669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0669; }

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

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

background-color css

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

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

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

border-color css

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

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

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