Html Css Color HEX #A933DB Dark Orchid

📋 copy color: '#A933DB'

red 169 ◦ green 51 ◦ blue 219

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

Shades of Dark Orchid #A933DB

Tints of Dark Orchid #A933DB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.62%

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

R = 38.5%
G = 11.62%
B = 49.89%

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

#A933DB (or 0xA933DB) is known color: Dark Orchid. HEX triplet: A9, 33 and DB. RGB value is (169,51,219). Sum of RGB (Red+Green+Blue) = 169+51+219=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #A933DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A933DB is #56CC24. Grayscale: #686868. Windows color (decimal): -5688357 or 14365609. OLE color: 14365609.

HSL color Cylindrical-coordinate representation of color #A933DB: hue angle of 282.14º 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 #A933DB is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 51 219 -
CMYK 0.23 0.77 0 0.14
HSL 282.14º 0.7% 0.53% -
HSV(B) 282.14º 0.77% 0.86% -
XYZ 30.33 15.92 68.49 -
YUV 105.43 192.09 173.34 -
System Red Green Blue C M Y K H S L
Decimal 169 51 219 0.23 0.77 0 0.14 282.14 0.7 0.53
Hex A9 33 DB 17 4D 0 E 11A 46 35
Octal 251 63 333 27 115 0 16 432 106 65
Binary 10101001 110011 11011011 10111 1001101 0 1110 100011010 1000110 110101

Color Harmonies of #A933DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A933DB

Black with #A933DB

Text Example


Text Example

White with #A933DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A933DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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