Html Css Color HEX #A851CB Medium Orchid

📋 copy color: '#A851CB'

red 168 ◦ green 81 ◦ blue 203

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

Shades of Medium Orchid #A851CB

Tints of Medium Orchid #A851CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.91%

R = 37.17%
G = 17.92%
B = 44.91%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A851CB (or 0xA851CB) is known color: Medium Orchid. HEX triplet: A8, 51 and CB. RGB value is (168,81,203). Sum of RGB (Red+Green+Blue) = 168+81+203=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 203 (79.69% from 255 or 44.91% from 452); Max value from RGB is 203 - color contains mainly: blue. Hex color #A851CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851CB is #57AE34. Grayscale: #787878. Windows color (decimal): -5746229 or 13324712. OLE color: 13324712.

HSL color Cylindrical-coordinate representation of color #A851CB: hue angle of 282.79º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A851CB is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 81 203 -
CMYK 0.17 0.60 0 0.20
HSL 282.79º 0.54% 0.56% -
HSV(B) 282.79º 0.6% 0.8% -
XYZ 29.87 18.52 58.5 -
YUV 120.92 174.32 161.58 -
System Red Green Blue C M Y K H S L
Decimal 168 81 203 0.17 0.60 0 0.20 282.79 0.54 0.56
Hex A8 51 CB 11 3C 0 14 11B 36 38
Octal 250 121 313 21 74 0 24 433 66 70
Binary 10101000 1010001 11001011 10001 111100 0 10100 100011011 110110 111000

Color Harmonies of #A851CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A851CB

Black with #A851CB

Text Example


Text Example

White with #A851CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A851CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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