Html Css Color HEX #A654DB Medium Orchid

📋 copy color: '#A654DB'

red 166 ◦ green 84 ◦ blue 219

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

Shades of Medium Orchid #A654DB

Tints of Medium Orchid #A654DB

RGB

 RED value IS 166 (65.23% from 255) = 35.39%

 GREEN value IS 84 (33.2% from 255) = 17.91%

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

R = 35.39%
G = 17.91%
B = 46.7%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A654DB (or 0xA654DB) is known color: Medium Orchid. HEX triplet: A6, 54 and DB. RGB value is (166,84,219). Sum of RGB (Red+Green+Blue) = 166+84+219=469 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.39% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #A654DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A654DB is #59AB24. Grayscale: #7B7B7B. Windows color (decimal): -5876517 or 14374054. OLE color: 14374054.

HSL color Cylindrical-coordinate representation of color #A654DB: hue angle of 276.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A654DB is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 84 219 -
CMYK 0.24 0.62 0 0.14
HSL 276.44º 0.65% 0.59% -
HSV(B) 276.44º 0.62% 0.86% -
XYZ 31.68 19.56 69.12 -
YUV 123.91 181.67 158.02 -
System Red Green Blue C M Y K H S L
Decimal 166 84 219 0.24 0.62 0 0.14 276.44 0.65 0.59
Hex A6 54 DB 18 3E 0 E 114 41 3B
Octal 246 124 333 30 76 0 16 424 101 73
Binary 10100110 1010100 11011011 11000 111110 0 1110 100010100 1000001 111011

Color Harmonies of #A654DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A654DB

Black with #A654DB

Text Example


Text Example

White with #A654DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A654DB; }

 p { color: rgb(166,84,219); }

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

background-color css

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

 a { background-color: rgb(166,84,219); }

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

border-color css

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

 span { border-color: rgb(166,84,219); }

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