Html Css Color HEX #A651DD Medium Orchid

📋 copy color: '#A651DD'

red 166 ◦ green 81 ◦ blue 221

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

Shades of Medium Orchid #A651DD

Tints of Medium Orchid #A651DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 35.47%
G = 17.31%
B = 47.22%

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

#A651DD (or 0xA651DD) is known color: Medium Orchid. HEX triplet: A6, 51 and DD. RGB value is (166,81,221). Sum of RGB (Red+Green+Blue) = 166+81+221=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #A651DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A651DD is #59AE22. Grayscale: #797979. Windows color (decimal): -5877283 or 14504358. OLE color: 14504358.

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

Color convert

RGB 166 81 221 -
CMYK 0.25 0.63 0 0.13
HSL 276.43º 0.67% 0.59% -
HSV(B) 276.43º 0.63% 0.87% -
XYZ 31.72 19.21 70.44 -
YUV 122.38 183.66 159.12 -
System Red Green Blue C M Y K H S L
Decimal 166 81 221 0.25 0.63 0 0.13 276.43 0.67 0.59
Hex A6 51 DD 19 3F 0 D 114 43 3B
Octal 246 121 335 31 77 0 15 424 103 73
Binary 10100110 1010001 11011101 11001 111111 0 1101 100010100 1000011 111011

Color Harmonies of #A651DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A651DD

Black with #A651DD

Text Example


Text Example

White with #A651DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A651DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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