Html Css Color HEX #A851CF Medium Orchid

📋 copy color: '#A851CF'

red 168 ◦ green 81 ◦ blue 207

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

Shades of Medium Orchid #A851CF

Tints of Medium Orchid #A851CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.39%

R = 36.84%
G = 17.76%
B = 45.39%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A851CF (or 0xA851CF) is known color: Medium Orchid. HEX triplet: A8, 51 and CF. RGB value is (168,81,207). Sum of RGB (Red+Green+Blue) = 168+81+207=456 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.84% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #A851CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851CF is #57AE30. Grayscale: #787878. Windows color (decimal): -5746225 or 13586856. OLE color: 13586856.

HSL color Cylindrical-coordinate representation of color #A851CF: hue angle of 281.43º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A851CF is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 81 207 -
CMYK 0.19 0.61 0 0.19
HSL 281.43º 0.57% 0.56% -
HSV(B) 281.43º 0.61% 0.81% -
XYZ 30.35 18.71 61.04 -
YUV 121.38 176.32 161.25 -
System Red Green Blue C M Y K H S L
Decimal 168 81 207 0.19 0.61 0 0.19 281.43 0.57 0.56
Hex A8 51 CF 13 3D 0 13 119 39 38
Octal 250 121 317 23 75 0 23 431 71 70
Binary 10101000 1010001 11001111 10011 111101 0 10011 100011001 111001 111000

Color Harmonies of #A851CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A851CF

Black with #A851CF

Text Example


Text Example

White with #A851CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A851CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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