Html Css Color HEX #A651D5 Medium Orchid

📋 copy color: '#A651D5'

red 166 ◦ green 81 ◦ blue 213

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

Shades of Medium Orchid #A651D5

Tints of Medium Orchid #A651D5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.61%

 BLUE value IS 213 (83.59% from 255) = 46.3%

R = 36.09%
G = 17.61%
B = 46.3%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A651D5 (or 0xA651D5) is known color: Medium Orchid. HEX triplet: A6, 51 and D5. RGB value is (166,81,213). Sum of RGB (Red+Green+Blue) = 166+81+213=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 213 - color contains mainly: blue. Hex color #A651D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A651D5 is #59AE2A. Grayscale: #797979. Windows color (decimal): -5877291 or 13980070. OLE color: 13980070.

HSL color Cylindrical-coordinate representation of color #A651D5: hue angle of 278.64º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A651D5 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 81 213 -
CMYK 0.22 0.62 0 0.16
HSL 278.64º 0.61% 0.58% -
HSV(B) 278.64º 0.62% 0.84% -
XYZ 30.68 18.8 64.96 -
YUV 121.46 179.66 159.77 -
System Red Green Blue C M Y K H S L
Decimal 166 81 213 0.22 0.62 0 0.16 278.64 0.61 0.58
Hex A6 51 D5 16 3E 0 10 117 3D 3A
Octal 246 121 325 26 76 0 20 427 75 72
Binary 10100110 1010001 11010101 10110 111110 0 10000 100010111 111101 111010

Color Harmonies of #A651D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A651D5

Black with #A651D5

Text Example


Text Example

White with #A651D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A651D5; }

 p { color: rgb(166,81,213); }

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

background-color css

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

 a { background-color: rgb(166,81,213); }

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

border-color css

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

 span { border-color: rgb(166,81,213); }

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