Html Css Color HEX #A851CA Medium Orchid

📋 copy color: '#A851CA'

red 168 ◦ green 81 ◦ blue 202

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

Shades of Medium Orchid #A851CA

Tints of Medium Orchid #A851CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.79%

R = 37.25%
G = 17.96%
B = 44.79%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A851CA (or 0xA851CA) is known color: Medium Orchid. HEX triplet: A8, 51 and CA. RGB value is (168,81,202). Sum of RGB (Red+Green+Blue) = 168+81+202=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #A851CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851CA is #57AE35. Grayscale: #787878. Windows color (decimal): -5746230 or 13259176. OLE color: 13259176.

HSL color Cylindrical-coordinate representation of color #A851CA: hue angle of 283.14º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A851CA is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 81 202 -
CMYK 0.17 0.60 0 0.21
HSL 283.14º 0.53% 0.55% -
HSV(B) 283.14º 0.6% 0.79% -
XYZ 29.75 18.47 57.87 -
YUV 120.81 173.82 161.66 -
System Red Green Blue C M Y K H S L
Decimal 168 81 202 0.17 0.60 0 0.21 283.14 0.53 0.55
Hex A8 51 CA 11 3C 0 15 11B 35 37
Octal 250 121 312 21 74 0 25 433 65 67
Binary 10101000 1010001 11001010 10001 111100 0 10101 100011011 110101 110111

Color Harmonies of #A851CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A851CA

Black with #A851CA

Text Example


Text Example

White with #A851CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A851CA; }

 p { color: rgb(168,81,202); }

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

background-color css

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

 a { background-color: rgb(168,81,202); }

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

border-color css

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

 span { border-color: rgb(168,81,202); }

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