Html Css Color HEX #A855D5 Medium Orchid

📋 copy color: '#A855D5'

red 168 ◦ green 85 ◦ blue 213

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

Shades of Medium Orchid #A855D5

Tints of Medium Orchid #A855D5

RGB

 RED value IS 168 (66.02% from 255) = 36.05%

 GREEN value IS 85 (33.59% from 255) = 18.24%

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

R = 36.05%
G = 18.24%
B = 45.71%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A855D5 (or 0xA855D5) is known color: Medium Orchid. HEX triplet: A8, 55 and D5. RGB value is (168,85,213). Sum of RGB (Red+Green+Blue) = 168+85+213=466 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.05% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 213 - color contains mainly: blue. Hex color #A855D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A855D5 is #57AA2A. Grayscale: #7B7B7B. Windows color (decimal): -5745195 or 13981096. OLE color: 13981096.

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

Color convert

RGB 168 85 213 -
CMYK 0.21 0.60 0 0.16
HSL 278.91º 0.6% 0.58% -
HSV(B) 278.91º 0.6% 0.84% -
XYZ 31.41 19.63 65.08 -
YUV 124.41 178 159.09 -
System Red Green Blue C M Y K H S L
Decimal 168 85 213 0.21 0.60 0 0.16 278.91 0.6 0.58
Hex A8 55 D5 15 3C 0 10 117 3C 3A
Octal 250 125 325 25 74 0 20 427 74 72
Binary 10101000 1010101 11010101 10101 111100 0 10000 100010111 111100 111010

Color Harmonies of #A855D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A855D5

Black with #A855D5

Text Example


Text Example

White with #A855D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A855D5; }

 p { color: rgb(168,85,213); }

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

background-color css

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

 a { background-color: rgb(168,85,213); }

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

border-color css

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

 span { border-color: rgb(168,85,213); }

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