Html Css Color HEX #A551DA Medium Orchid

📋 copy color: '#A551DA'

red 165 ◦ green 81 ◦ blue 218

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

Shades of Medium Orchid #A551DA

Tints of Medium Orchid #A551DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.98%

R = 35.56%
G = 17.46%
B = 46.98%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A551DA (or 0xA551DA) is known color: Medium Orchid. HEX triplet: A5, 51 and DA. RGB value is (165,81,218). Sum of RGB (Red+Green+Blue) = 165+81+218=464 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.56% from 464); Green value is 81 (32.03% from 255 or 17.46% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #A551DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A551DA is #5AAE25. Grayscale: #797979. Windows color (decimal): -5942822 or 14307749. OLE color: 14307749.

HSL color Cylindrical-coordinate representation of color #A551DA: hue angle of 276.79º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A551DA is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 81 218 -
CMYK 0.24 0.63 0 0.15
HSL 276.79º 0.65% 0.59% -
HSV(B) 276.79º 0.63% 0.85% -
XYZ 31.11 18.95 68.35 -
YUV 121.73 182.33 158.86 -
System Red Green Blue C M Y K H S L
Decimal 165 81 218 0.24 0.63 0 0.15 276.79 0.65 0.59
Hex A5 51 DA 18 3F 0 F 115 41 3B
Octal 245 121 332 30 77 0 17 425 101 73
Binary 10100101 1010001 11011010 11000 111111 0 1111 100010101 1000001 111011

Color Harmonies of #A551DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A551DA

Black with #A551DA

Text Example


Text Example

White with #A551DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A551DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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