Html Css Color HEX #A653DE Medium Orchid

📋 copy color: '#A653DE'

red 166 ◦ green 83 ◦ blue 222

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

Shades of Medium Orchid #A653DE

Tints of Medium Orchid #A653DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.13%

R = 35.24%
G = 17.62%
B = 47.13%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A653DE (or 0xA653DE) is known color: Medium Orchid. HEX triplet: A6, 53 and DE. RGB value is (166,83,222). Sum of RGB (Red+Green+Blue) = 166+83+222=471 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.24% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #A653DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A653DE is #59AC21. Grayscale: #7B7B7B. Windows color (decimal): -5876770 or 14570406. OLE color: 14570406.

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

Color convert

RGB 166 83 222 -
CMYK 0.25 0.63 0 0.13
HSL 275.83º 0.68% 0.6% -
HSV(B) 275.83º 0.63% 0.87% -
XYZ 32 19.57 71.2 -
YUV 123.66 183.5 158.2 -
System Red Green Blue C M Y K H S L
Decimal 166 83 222 0.25 0.63 0 0.13 275.83 0.68 0.6
Hex A6 53 DE 19 3F 0 D 114 44 3C
Octal 246 123 336 31 77 0 15 424 104 74
Binary 10100110 1010011 11011110 11001 111111 0 1101 100010100 1000100 111100

Color Harmonies of #A653DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A653DE

Black with #A653DE

Text Example


Text Example

White with #A653DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A653DE; }

 p { color: rgb(166,83,222); }

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

background-color css

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

 a { background-color: rgb(166,83,222); }

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

border-color css

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

 span { border-color: rgb(166,83,222); }

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