Html Css Color HEX #AE64C2 Medium Orchid

📋 copy color: '#AE64C2'

red 174 ◦ green 100 ◦ blue 194

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

Shades of Medium Orchid #AE64C2

Tints of Medium Orchid #AE64C2

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.37%

 BLUE value IS 194 (76.17% from 255) = 41.45%

R = 37.18%
G = 21.37%
B = 41.45%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE64C2 (or 0xAE64C2) is known color: Medium Orchid. HEX triplet: AE, 64 and C2. RGB value is (174,100,194). Sum of RGB (Red+Green+Blue) = 174+100+194=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 100 (39.45% from 255 or 21.37% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE64C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE64C2 is #519B3D. Grayscale: #848484. Windows color (decimal): -5348158 or 12739758. OLE color: 12739758.

HSL color Cylindrical-coordinate representation of color #AE64C2: hue angle of 287.23º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE64C2 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 100 194 -
CMYK 0.10 0.48 0 0.24
HSL 287.23º 0.44% 0.58% -
HSV(B) 287.23º 0.48% 0.76% -
XYZ 31.75 22.01 53.61 -
YUV 132.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 174 100 194 0.10 0.48 0 0.24 287.23 0.44 0.58
Hex AE 64 C2 A 30 0 18 11F 2C 3A
Octal 256 144 302 12 60 0 30 437 54 72
Binary 10101110 1100100 11000010 1010 110000 0 11000 100011111 101100 111010

Color Harmonies of #AE64C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64C2

Black with #AE64C2

Text Example


Text Example

White with #AE64C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64C2; }

 p { color: rgb(174,100,194); }

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

background-color css

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

 a { background-color: rgb(174,100,194); }

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

border-color css

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

 span { border-color: rgb(174,100,194); }

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