Html Css Color HEX #AE32DA Dark Orchid

📋 copy color: '#AE32DA'

red 174 ◦ green 50 ◦ blue 218

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

Shades of Dark Orchid #AE32DA

Tints of Dark Orchid #AE32DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 39.37%
G = 11.31%
B = 49.32%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE32DA (or 0xAE32DA) is known color: Dark Orchid. HEX triplet: AE, 32 and DA. RGB value is (174,50,218). Sum of RGB (Red+Green+Blue) = 174+50+218=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE32DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE32DA is #51CD25. Grayscale: #696969. Windows color (decimal): -5360934 or 14299822. OLE color: 14299822.

HSL color Cylindrical-coordinate representation of color #AE32DA: hue angle of 284.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AE32DA is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 50 218 -
CMYK 0.20 0.77 0 0.15
HSL 284.29º 0.69% 0.53% -
HSV(B) 284.29º 0.77% 0.85% -
XYZ 31.25 16.34 67.84 -
YUV 106.23 191.08 176.34 -
System Red Green Blue C M Y K H S L
Decimal 174 50 218 0.20 0.77 0 0.15 284.29 0.69 0.53
Hex AE 32 DA 14 4D 0 F 11C 45 35
Octal 256 62 332 24 115 0 17 434 105 65
Binary 10101110 110010 11011010 10100 1001101 0 1111 100011100 1000101 110101

Color Harmonies of #AE32DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE32DA

Black with #AE32DA

Text Example


Text Example

White with #AE32DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE32DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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