Html Css Color HEX #A854D2 Medium Orchid

📋 copy color: '#A854D2'

red 168 ◦ green 84 ◦ blue 210

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

Shades of Medium Orchid #A854D2

Tints of Medium Orchid #A854D2

RGB

 RED value IS 168 (66.02% from 255) = 36.36%

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

 BLUE value IS 210 (82.42% from 255) = 45.45%

R = 36.36%
G = 18.18%
B = 45.45%

CMYK

 C value IS 0.2

 M value IS 0.6

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A854D2 (or 0xA854D2) is known color: Medium Orchid. HEX triplet: A8, 54 and D2. RGB value is (168,84,210). Sum of RGB (Red+Green+Blue) = 168+84+210=462 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.36% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 210 (82.42% from 255 or 45.45% from 462); Max value from RGB is 210 - color contains mainly: blue. Hex color #A854D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A854D2 is #57AB2D. Grayscale: #7B7B7B. Windows color (decimal): -5745454 or 13784232. OLE color: 13784232.

HSL color Cylindrical-coordinate representation of color #A854D2: hue angle of 280º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A854D2 is Cyan = 0.2, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 84 210 -
CMYK 0.2 0.6 0 0.18
HSL 280º 0.58% 0.58% -
HSV(B) 280º 0.6% 0.82% -
XYZ 30.95 19.32 63.07 -
YUV 123.48 176.83 159.75 -
System Red Green Blue C M Y K H S L
Decimal 168 84 210 0.2 0.6 0 0.18 280 0.58 0.58
Hex A8 54 D2 14 3C 0 12 118 3A 3A
Octal 250 124 322 24 74 0 22 430 72 72
Binary 10101000 1010100 11010010 10100 111100 0 10010 100011000 111010 111010

Color Harmonies of #A854D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A854D2

Black with #A854D2

Text Example


Text Example

White with #A854D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A854D2; }

 p { color: rgb(168,84,210); }

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

background-color css

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

 a { background-color: rgb(168,84,210); }

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

border-color css

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

 span { border-color: rgb(168,84,210); }

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