Html Css Color HEX #A932DE Dark Orchid

📋 copy color: '#A932DE'

red 169 ◦ green 50 ◦ blue 222

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

Shades of Dark Orchid #A932DE

Tints of Dark Orchid #A932DE

RGB

 RED value IS 169 (66.41% from 255) = 38.32%

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

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 38.32%
G = 11.34%
B = 50.34%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A932DE (or 0xA932DE) is known color: Dark Orchid. HEX triplet: A9, 32 and DE. RGB value is (169,50,222). Sum of RGB (Red+Green+Blue) = 169+50+222=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 50 (19.92% from 255 or 11.34% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #A932DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A932DE is #56CD21. Grayscale: #686868. Windows color (decimal): -5688610 or 14561961. OLE color: 14561961.

HSL color Cylindrical-coordinate representation of color #A932DE: hue angle of 281.51º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A932DE is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 50 222 -
CMYK 0.24 0.77 0 0.13
HSL 281.51º 0.72% 0.53% -
HSV(B) 281.51º 0.77% 0.87% -
XYZ 30.69 15.99 70.58 -
YUV 105.19 193.92 173.51 -
System Red Green Blue C M Y K H S L
Decimal 169 50 222 0.24 0.77 0 0.13 281.51 0.72 0.53
Hex A9 32 DE 18 4D 0 D 11A 48 35
Octal 251 62 336 30 115 0 15 432 110 65
Binary 10101001 110010 11011110 11000 1001101 0 1101 100011010 1001000 110101

Color Harmonies of #A932DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A932DE

Black with #A932DE

Text Example


Text Example

White with #A932DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A932DE; }

 p { color: rgb(169,50,222); }

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

background-color css

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

 a { background-color: rgb(169,50,222); }

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

border-color css

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

 span { border-color: rgb(169,50,222); }

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