Html Css Color HEX #AE32BE Dark Orchid

📋 copy color: '#AE32BE'

red 174 ◦ green 50 ◦ blue 190

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

Shades of Dark Orchid #AE32BE

Tints of Dark Orchid #AE32BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 42.03%
G = 12.08%
B = 45.89%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AE32BE (or 0xAE32BE) is known color: Dark Orchid. HEX triplet: AE, 32 and BE. RGB value is (174,50,190). Sum of RGB (Red+Green+Blue) = 174+50+190=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #AE32BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32BE is #51CD41. Grayscale: #666666. Windows color (decimal): -5360962 or 12464814. OLE color: 12464814.

HSL color Cylindrical-coordinate representation of color #AE32BE: hue angle of 293.14º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE32BE is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 50 190 -
CMYK 0.08 0.74 0 0.25
HSL 293.14º 0.58% 0.47% -
HSV(B) 293.14º 0.74% 0.75% -
XYZ 27.89 15 50.14 -
YUV 103.04 177.08 178.62 -
System Red Green Blue C M Y K H S L
Decimal 174 50 190 0.08 0.74 0 0.25 293.14 0.58 0.47
Hex AE 32 BE 8 4A 0 19 125 3A 2F
Octal 256 62 276 10 112 0 31 445 72 57
Binary 10101110 110010 10111110 1000 1001010 0 11001 100100101 111010 101111

Color Harmonies of #AE32BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE32BE

Black with #AE32BE

Text Example


Text Example

White with #AE32BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE32BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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