Html Css Color HEX #A851CC Medium Orchid

📋 copy color: '#A851CC'

red 168 ◦ green 81 ◦ blue 204

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

Shades of Medium Orchid #A851CC

Tints of Medium Orchid #A851CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.03%

R = 37.09%
G = 17.88%
B = 45.03%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A851CC (or 0xA851CC) is known color: Medium Orchid. HEX triplet: A8, 51 and CC. RGB value is (168,81,204). Sum of RGB (Red+Green+Blue) = 168+81+204=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #A851CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A851CC is #57AE33. Grayscale: #787878. Windows color (decimal): -5746228 or 13390248. OLE color: 13390248.

HSL color Cylindrical-coordinate representation of color #A851CC: hue angle of 282.44º degrees, saturation: 0.55, 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 #A851CC is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 81 204 -
CMYK 0.18 0.60 0 0.2
HSL 282.44º 0.55% 0.56% -
HSV(B) 282.44º 0.6% 0.8% -
XYZ 29.99 18.57 59.13 -
YUV 121.04 174.82 161.5 -
System Red Green Blue C M Y K H S L
Decimal 168 81 204 0.18 0.60 0 0.2 282.44 0.55 0.56
Hex A8 51 CC 12 3C 0 14 11A 37 38
Octal 250 121 314 22 74 0 24 432 67 70
Binary 10101000 1010001 11001100 10010 111100 0 10100 100011010 110111 111000

Color Harmonies of #A851CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A851CC

Black with #A851CC

Text Example


Text Example

White with #A851CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A851CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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