Html Css Color HEX #A932DB Dark Orchid

📋 copy color: '#A932DB'

red 169 ◦ green 50 ◦ blue 219

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

Shades of Dark Orchid #A932DB

Tints of Dark Orchid #A932DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 38.58%
G = 11.42%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A932DB (or 0xA932DB) is known color: Dark Orchid. HEX triplet: A9, 32 and DB. RGB value is (169,50,219). Sum of RGB (Red+Green+Blue) = 169+50+219=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #A932DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A932DB is #56CD24. Grayscale: #686868. Windows color (decimal): -5688613 or 14365353. OLE color: 14365353.

HSL color Cylindrical-coordinate representation of color #A932DB: hue angle of 282.25º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A932DB is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 50 219 -
CMYK 0.23 0.77 0 0.14
HSL 282.25º 0.7% 0.53% -
HSV(B) 282.25º 0.77% 0.86% -
XYZ 30.29 15.83 68.48 -
YUV 104.85 192.42 173.76 -
System Red Green Blue C M Y K H S L
Decimal 169 50 219 0.23 0.77 0 0.14 282.25 0.7 0.53
Hex A9 32 DB 17 4D 0 E 11A 46 35
Octal 251 62 333 27 115 0 16 432 106 65
Binary 10101001 110010 11011011 10111 1001101 0 1110 100011010 1000110 110101

Color Harmonies of #A932DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A932DB

Black with #A932DB

Text Example


Text Example

White with #A932DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A932DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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