Html Css Color HEX #A853E0 Medium Orchid

📋 copy color: '#A853E0'

red 168 ◦ green 83 ◦ blue 224

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

Shades of Medium Orchid #A853E0

Tints of Medium Orchid #A853E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.16%

R = 35.37%
G = 17.47%
B = 47.16%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A853E0 (or 0xA853E0) is known color: Medium Orchid. HEX triplet: A8, 53 and E0. RGB value is (168,83,224). Sum of RGB (Red+Green+Blue) = 168+83+224=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #A853E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A853E0 is #57AC1F. Grayscale: #7C7C7C. Windows color (decimal): -5745696 or 14701480. OLE color: 14701480.

HSL color Cylindrical-coordinate representation of color #A853E0: hue angle of 276.17º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A853E0 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 168 83 224 -
CMYK 0.25 0.63 0 0.12
HSL 276.17º 0.69% 0.6% -
HSV(B) 276.17º 0.63% 0.88% -
XYZ 32.7 19.89 72.64 -
YUV 124.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 168 83 224 0.25 0.63 0 0.12 276.17 0.69 0.6
Hex A8 53 E0 19 3F 0 C 114 45 3C
Octal 250 123 340 31 77 0 14 424 105 74
Binary 10101000 1010011 11100000 11001 111111 0 1100 100010100 1000101 111100

Color Harmonies of #A853E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A853E0

Black with #A853E0

Text Example


Text Example

White with #A853E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A853E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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