Html Css Color HEX #AE20C3 Dark Orchid

📋 copy color: '#AE20C3'

red 174 ◦ green 32 ◦ blue 195

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

Shades of Dark Orchid #AE20C3

Tints of Dark Orchid #AE20C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.63%

R = 43.39%
G = 7.98%
B = 48.63%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE20C3 (or 0xAE20C3) is known color: Dark Orchid. HEX triplet: AE, 20 and C3. RGB value is (174,32,195). Sum of RGB (Red+Green+Blue) = 174+32+195=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE20C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE20C3 is #51DF3C. Grayscale: #5C5C5C. Windows color (decimal): -5365565 or 12787886. OLE color: 12787886.

HSL color Cylindrical-coordinate representation of color #AE20C3: hue angle of 292.27º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AE20C3 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 32 195 -
CMYK 0.11 0.84 0 0.24
HSL 292.27º 0.72% 0.45% -
HSV(B) 292.27º 0.84% 0.76% -
XYZ 27.82 13.97 52.86 -
YUV 93.04 185.54 185.75 -
System Red Green Blue C M Y K H S L
Decimal 174 32 195 0.11 0.84 0 0.24 292.27 0.72 0.45
Hex AE 20 C3 B 54 0 18 124 48 2D
Octal 256 40 303 13 124 0 30 444 110 55
Binary 10101110 100000 11000011 1011 1010100 0 11000 100100100 1001000 101101

Color Harmonies of #AE20C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE20C3

Black with #AE20C3

Text Example


Text Example

White with #AE20C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE20C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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