Html Css Color HEX #AE2067 Jazzberry Jam

📋 copy color: '#AE2067'

red 174 ◦ green 32 ◦ blue 103

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

Shades of Jazzberry Jam #AE2067

Tints of Jazzberry Jam #AE2067

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

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

R = 56.31%
G = 10.36%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AE2067 (or 0xAE2067) is known color: Jazzberry Jam. HEX triplet: AE, 20 and 67. RGB value is (174,32,103). Sum of RGB (Red+Green+Blue) = 174+32+103=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 103 (40.62% from 255 or 33.33% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2067 is #51DF98. Grayscale: #525252. Windows color (decimal): -5365657 or 6758574. OLE color: 6758574.

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

Color convert

RGB 174 32 103 -
CMYK 0 0.82 0.41 0.32
HSL 330º 0.69% 0.4% -
HSV(B) 330º 0.82% 0.68% -
XYZ 20.42 11.01 13.88 -
YUV 82.55 139.54 193.23 -
System Red Green Blue C M Y K H S L
Decimal 174 32 103 0 0.82 0.41 0.32 330 0.69 0.4
Hex AE 20 67 0 52 29 20 14A 45 28
Octal 256 40 147 0 122 51 40 512 105 50
Binary 10101110 100000 1100111 0 1010010 101001 100000 101001010 1000101 101000

Color Harmonies of #AE2067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2067

Black with #AE2067

Text Example


Text Example

White with #AE2067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2067; }

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

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

background-color css

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

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

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

border-color css

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

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

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