Html Css Color HEX #A855E6 Medium Orchid

📋 copy color: '#A855E6'

red 168 ◦ green 85 ◦ blue 230

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

Shades of Medium Orchid #A855E6

Tints of Medium Orchid #A855E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 47.62%

R = 34.78%
G = 17.6%
B = 47.62%

CMYK

 C value IS 0.27

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A855E6 (or 0xA855E6) is known color: Medium Orchid. HEX triplet: A8, 55 and E6. RGB value is (168,85,230). Sum of RGB (Red+Green+Blue) = 168+85+230=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 85 (33.59% from 255 or 17.60% from 483); Blue value is 230 (90.23% from 255 or 47.62% from 483); Max value from RGB is 230 - color contains mainly: blue. Hex color #A855E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A855E6 is #57AA19. Grayscale: #7D7D7D. Windows color (decimal): -5745178 or 15095208. OLE color: 15095208.

HSL color Cylindrical-coordinate representation of color #A855E6: hue angle of 274.34º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A855E6 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 168 85 230 -
CMYK 0.27 0.63 0 0.10
HSL 274.34º 0.74% 0.62% -
HSV(B) 274.34º 0.63% 0.9% -
XYZ 33.68 20.54 77.05 -
YUV 126.35 186.5 157.71 -
System Red Green Blue C M Y K H S L
Decimal 168 85 230 0.27 0.63 0 0.10 274.34 0.74 0.62
Hex A8 55 E6 1B 3F 0 A 112 4A 3E
Octal 250 125 346 33 77 0 12 422 112 76
Binary 10101000 1010101 11100110 11011 111111 0 1010 100010010 1001010 111110

Color Harmonies of #A855E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A855E6

Black with #A855E6

Text Example


Text Example

White with #A855E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A855E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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