Html Css Color HEX #A934DB Dark Orchid

📋 copy color: '#A934DB'

red 169 ◦ green 52 ◦ blue 219

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

Shades of Dark Orchid #A934DB

Tints of Dark Orchid #A934DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.82%

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

R = 38.41%
G = 11.82%
B = 49.77%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A934DB (or 0xA934DB) is known color: Dark Orchid. HEX triplet: A9, 34 and DB. RGB value is (169,52,219). Sum of RGB (Red+Green+Blue) = 169+52+219=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 52 (20.70% from 255 or 11.82% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #A934DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A934DB is #56CB24. Grayscale: #696969. Windows color (decimal): -5688101 or 14365865. OLE color: 14365865.

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

Color convert

RGB 169 52 219 -
CMYK 0.23 0.76 0 0.14
HSL 282.04º 0.7% 0.53% -
HSV(B) 282.04º 0.76% 0.86% -
XYZ 30.38 16.01 68.51 -
YUV 106.02 191.76 172.92 -
System Red Green Blue C M Y K H S L
Decimal 169 52 219 0.23 0.76 0 0.14 282.04 0.7 0.53
Hex A9 34 DB 17 4C 0 E 11A 46 35
Octal 251 64 333 27 114 0 16 432 106 65
Binary 10101001 110100 11011011 10111 1001100 0 1110 100011010 1000110 110101

Color Harmonies of #A934DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A934DB

Black with #A934DB

Text Example


Text Example

White with #A934DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A934DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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