Html Css Color HEX #A853CE Medium Orchid

📋 copy color: '#A853CE'

red 168 ◦ green 83 ◦ blue 206

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

Shades of Medium Orchid #A853CE

Tints of Medium Orchid #A853CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.16%

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 36.76%
G = 18.16%
B = 45.08%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A853CE (or 0xA853CE) is known color: Medium Orchid. HEX triplet: A8, 53 and CE. RGB value is (168,83,206). Sum of RGB (Red+Green+Blue) = 168+83+206=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #A853CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A853CE is #57AC31. Grayscale: #7A7A7A. Windows color (decimal): -5745714 or 13521832. OLE color: 13521832.

HSL color Cylindrical-coordinate representation of color #A853CE: hue angle of 281.46º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A853CE is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 83 206 -
CMYK 0.18 0.60 0 0.19
HSL 281.46º 0.56% 0.57% -
HSV(B) 281.46º 0.6% 0.81% -
XYZ 30.38 18.97 60.45 -
YUV 122.44 175.16 160.5 -
System Red Green Blue C M Y K H S L
Decimal 168 83 206 0.18 0.60 0 0.19 281.46 0.56 0.57
Hex A8 53 CE 12 3C 0 13 119 38 39
Octal 250 123 316 22 74 0 23 431 70 71
Binary 10101000 1010011 11001110 10010 111100 0 10011 100011001 111000 111001

Color Harmonies of #A853CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A853CE

Black with #A853CE

Text Example


Text Example

White with #A853CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A853CE; }

 p { color: rgb(168,83,206); }

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

background-color css

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

 a { background-color: rgb(168,83,206); }

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

border-color css

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

 span { border-color: rgb(168,83,206); }

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