Html Css Color HEX #A653EB Medium Orchid

📋 copy color: '#A653EB'

red 166 ◦ green 83 ◦ blue 235

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

Shades of Medium Orchid #A653EB

Tints of Medium Orchid #A653EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.55%

R = 34.3%
G = 17.15%
B = 48.55%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A653EB (or 0xA653EB) is known color: Medium Orchid. HEX triplet: A6, 53 and EB. RGB value is (166,83,235). Sum of RGB (Red+Green+Blue) = 166+83+235=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 235 (92.19% from 255 or 48.55% from 484); Max value from RGB is 235 - color contains mainly: blue. Hex color #A653EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A653EB is #59AC14. Grayscale: #7C7C7C. Windows color (decimal): -5876757 or 15422374. OLE color: 15422374.

HSL color Cylindrical-coordinate representation of color #A653EB: hue angle of 272.76º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A653EB is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 83 235 -
CMYK 0.29 0.65 0 0.08
HSL 272.76º 0.79% 0.62% -
HSV(B) 272.76º 0.65% 0.92% -
XYZ 33.81 20.29 80.73 -
YUV 125.15 190 157.14 -
System Red Green Blue C M Y K H S L
Decimal 166 83 235 0.29 0.65 0 0.08 272.76 0.79 0.62
Hex A6 53 EB 1D 41 0 8 111 4F 3E
Octal 246 123 353 35 101 0 10 421 117 76
Binary 10100110 1010011 11101011 11101 1000001 0 1000 100010001 1001111 111110

Color Harmonies of #A653EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A653EB

Black with #A653EB

Text Example


Text Example

White with #A653EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A653EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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