Html Css Color HEX #A551DE Medium Orchid

📋 copy color: '#A551DE'

red 165 ◦ green 81 ◦ blue 222

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

Shades of Medium Orchid #A551DE

Tints of Medium Orchid #A551DE

RGB

 RED value IS 165 (64.84% from 255) = 35.26%

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

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

R = 35.26%
G = 17.31%
B = 47.44%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A551DE (or 0xA551DE) is known color: Medium Orchid. HEX triplet: A5, 51 and DE. RGB value is (165,81,222). Sum of RGB (Red+Green+Blue) = 165+81+222=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #A551DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551DE is #5AAE21. Grayscale: #797979. Windows color (decimal): -5942818 or 14569893. OLE color: 14569893.

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

Color convert

RGB 165 81 222 -
CMYK 0.26 0.64 0 0.13
HSL 275.74º 0.68% 0.59% -
HSV(B) 275.74º 0.64% 0.87% -
XYZ 31.64 19.16 71.14 -
YUV 122.19 184.33 158.54 -
System Red Green Blue C M Y K H S L
Decimal 165 81 222 0.26 0.64 0 0.13 275.74 0.68 0.59
Hex A5 51 DE 1A 40 0 D 114 44 3B
Octal 245 121 336 32 100 0 15 424 104 73
Binary 10100101 1010001 11011110 11010 1000000 0 1101 100010100 1000100 111011

Color Harmonies of #A551DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A551DE

Black with #A551DE

Text Example


Text Example

White with #A551DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A551DE; }

 p { color: rgb(165,81,222); }

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

background-color css

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

 a { background-color: rgb(165,81,222); }

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

border-color css

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

 span { border-color: rgb(165,81,222); }

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