Html Css Color HEX #A853CB Medium Orchid

📋 copy color: '#A853CB'

red 168 ◦ green 83 ◦ blue 203

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

Shades of Medium Orchid #A853CB

Tints of Medium Orchid #A853CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 37%
G = 18.28%
B = 44.71%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A853CB (or 0xA853CB) is known color: Medium Orchid. HEX triplet: A8, 53 and CB. RGB value is (168,83,203). Sum of RGB (Red+Green+Blue) = 168+83+203=454 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.00% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #A853CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A853CB is #57AC34. Grayscale: #797979. Windows color (decimal): -5745717 or 13325224. OLE color: 13325224.

HSL color Cylindrical-coordinate representation of color #A853CB: hue angle of 282.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A853CB is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 83 203 -
CMYK 0.17 0.59 0 0.20
HSL 282.5º 0.54% 0.56% -
HSV(B) 282.5º 0.59% 0.8% -
XYZ 30.02 18.82 58.55 -
YUV 122.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 168 83 203 0.17 0.59 0 0.20 282.5 0.54 0.56
Hex A8 53 CB 11 3B 0 14 11A 36 38
Octal 250 123 313 21 73 0 24 432 66 70
Binary 10101000 1010011 11001011 10001 111011 0 10100 100011010 110110 111000

Color Harmonies of #A853CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A853CB

Black with #A853CB

Text Example


Text Example

White with #A853CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A853CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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