Html Css Color HEX #AE0067 Jazzberry Jam

📋 copy color: '#AE0067'

red 174 ◦ green 0 ◦ blue 103

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

Shades of Jazzberry Jam #AE0067

Tints of Jazzberry Jam #AE0067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 37.18%

R = 62.82%
G = 0%
B = 37.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE0067 (or 0xAE0067) is known color: Jazzberry Jam. HEX triplet: AE, 00 and 67. RGB value is (174,0,103). Sum of RGB (Red+Green+Blue) = 174+0+103=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0067 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0067 is #51FF98. Grayscale: #3F3F3F. Windows color (decimal): -5373849 or 6750382. OLE color: 6750382.

HSL color Cylindrical-coordinate representation of color #AE0067: hue angle of 324.48º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE0067 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 0 103 -
CMYK 0 1 0.41 0.32
HSL 324.48º 1% 0.34% -
HSV(B) 324.48º 1% 0.68% -
XYZ 19.9 9.98 13.71 -
YUV 63.77 150.15 206.62 -
System Red Green Blue C M Y K H S L
Decimal 174 0 103 0 1 0.41 0.32 324.48 1 0.34
Hex AE 0 67 0 64 29 20 144 64 22
Octal 256 0 147 0 144 51 40 504 144 42
Binary 10101110 0 1100111 0 1100100 101001 100000 101000100 1100100 100010

Color Harmonies of #AE0067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0067

Black with #AE0067

Text Example


Text Example

White with #AE0067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0067; }

 p { color: rgb(174,0,103); }

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

background-color css

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

 a { background-color: rgb(174,0,103); }

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

border-color css

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

 span { border-color: rgb(174,0,103); }

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