Html Css Color HEX #A64FCF Medium Orchid

📋 copy color: '#A64FCF'

red 166 ◦ green 79 ◦ blue 207

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

Shades of Medium Orchid #A64FCF

Tints of Medium Orchid #A64FCF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.48%

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

R = 36.73%
G = 17.48%
B = 45.8%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A64FCF (or 0xA64FCF) is known color: Medium Orchid. HEX triplet: A6, 4F and CF. RGB value is (166,79,207). Sum of RGB (Red+Green+Blue) = 166+79+207=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #A64FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64FCF is #59B030. Grayscale: #777777. Windows color (decimal): -5877809 or 13586342. OLE color: 13586342.

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

Color convert

RGB 166 79 207 -
CMYK 0.20 0.62 0 0.19
HSL 280.78º 0.57% 0.56% -
HSV(B) 280.78º 0.62% 0.81% -
XYZ 29.78 18.2 60.98 -
YUV 119.61 177.32 161.09 -
System Red Green Blue C M Y K H S L
Decimal 166 79 207 0.20 0.62 0 0.19 280.78 0.57 0.56
Hex A6 4F CF 14 3E 0 13 119 39 38
Octal 246 117 317 24 76 0 23 431 71 70
Binary 10100110 1001111 11001111 10100 111110 0 10011 100011001 111001 111000

Color Harmonies of #A64FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FCF

Black with #A64FCF

Text Example


Text Example

White with #A64FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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