Html Css Color HEX #A855DD Medium Orchid

📋 copy color: '#A855DD'

red 168 ◦ green 85 ◦ blue 221

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

Shades of Medium Orchid #A855DD

Tints of Medium Orchid #A855DD

RGB

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

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

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

R = 35.44%
G = 17.93%
B = 46.62%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A855DD (or 0xA855DD) is known color: Medium Orchid. HEX triplet: A8, 55 and DD. RGB value is (168,85,221). Sum of RGB (Red+Green+Blue) = 168+85+221=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 85 (33.59% from 255 or 17.93% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #A855DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A855DD is #57AA22. Grayscale: #7C7C7C. Windows color (decimal): -5745187 or 14505384. OLE color: 14505384.

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

Color convert

RGB 168 85 221 -
CMYK 0.24 0.62 0 0.13
HSL 276.62º 0.67% 0.6% -
HSV(B) 276.62º 0.62% 0.87% -
XYZ 32.45 20.04 70.56 -
YUV 125.32 182 158.44 -
System Red Green Blue C M Y K H S L
Decimal 168 85 221 0.24 0.62 0 0.13 276.62 0.67 0.6
Hex A8 55 DD 18 3E 0 D 115 43 3C
Octal 250 125 335 30 76 0 15 425 103 74
Binary 10101000 1010101 11011101 11000 111110 0 1101 100010101 1000011 111100

Color Harmonies of #A855DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A855DD

Black with #A855DD

Text Example


Text Example

White with #A855DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A855DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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