Html Css Color HEX #AE32ED Dark Orchid

📋 copy color: '#AE32ED'

red 174 ◦ green 50 ◦ blue 237

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

Shades of Dark Orchid #AE32ED

Tints of Dark Orchid #AE32ED

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.85%

 BLUE value IS 237 (92.97% from 255) = 51.41%

R = 37.74%
G = 10.85%
B = 51.41%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE32ED (or 0xAE32ED) is known color: Dark Orchid. HEX triplet: AE, 32 and ED. RGB value is (174,50,237). Sum of RGB (Red+Green+Blue) = 174+50+237=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE32ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE32ED is #51CD12. Grayscale: #6B6B6B. Windows color (decimal): -5360915 or 15545006. OLE color: 15545006.

HSL color Cylindrical-coordinate representation of color #AE32ED: hue angle of 279.79º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE32ED is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 50 237 -
CMYK 0.27 0.79 0 0.07
HSL 279.79º 0.84% 0.56% -
HSV(B) 279.79º 0.79% 0.93% -
XYZ 33.88 17.39 81.69 -
YUV 108.39 200.58 174.79 -
System Red Green Blue C M Y K H S L
Decimal 174 50 237 0.27 0.79 0 0.07 279.79 0.84 0.56
Hex AE 32 ED 1B 4F 0 7 118 54 38
Octal 256 62 355 33 117 0 7 430 124 70
Binary 10101110 110010 11101101 11011 1001111 0 111 100011000 1010100 111000

Color Harmonies of #AE32ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE32ED

Black with #AE32ED

Text Example


Text Example

White with #AE32ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE32ED; }

 p { color: rgb(174,50,237); }

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

background-color css

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

 a { background-color: rgb(174,50,237); }

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

border-color css

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

 span { border-color: rgb(174,50,237); }

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