Html Css Color HEX #A651CF Medium Orchid

📋 copy color: '#A651CF'

red 166 ◦ green 81 ◦ blue 207

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

Shades of Medium Orchid #A651CF

Tints of Medium Orchid #A651CF

RGB

 RED value IS 166 (65.23% from 255) = 36.56%

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

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

R = 36.56%
G = 17.84%
B = 45.59%

CMYK

 C value IS 0.20

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A651CF (or 0xA651CF) is known color: Medium Orchid. HEX triplet: A6, 51 and CF. RGB value is (166,81,207). Sum of RGB (Red+Green+Blue) = 166+81+207=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #A651CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A651CF is #59AE30. Grayscale: #787878. Windows color (decimal): -5877297 or 13586854. OLE color: 13586854.

HSL color Cylindrical-coordinate representation of color #A651CF: hue angle of 280.48º 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 #A651CF is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 166 81 207 -
CMYK 0.20 0.61 0 0.19
HSL 280.48º 0.57% 0.56% -
HSV(B) 280.48º 0.61% 0.81% -
XYZ 29.93 18.5 61.02 -
YUV 120.78 176.66 160.25 -
System Red Green Blue C M Y K H S L
Decimal 166 81 207 0.20 0.61 0 0.19 280.48 0.57 0.56
Hex A6 51 CF 14 3D 0 13 118 39 38
Octal 246 121 317 24 75 0 23 430 71 70
Binary 10100110 1010001 11001111 10100 111101 0 10011 100011000 111001 111000

Color Harmonies of #A651CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A651CF

Black with #A651CF

Text Example


Text Example

White with #A651CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A651CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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