Html Css Color HEX #A64FDF Medium Orchid

📋 copy color: '#A64FDF'

red 166 ◦ green 79 ◦ blue 223

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

Shades of Medium Orchid #A64FDF

Tints of Medium Orchid #A64FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.65%

R = 35.47%
G = 16.88%
B = 47.65%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A64FDF (or 0xA64FDF) is known color: Medium Orchid. HEX triplet: A6, 4F and DF. RGB value is (166,79,223). Sum of RGB (Red+Green+Blue) = 166+79+223=468 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.47% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #A64FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64FDF is #59B020. Grayscale: #787878. Windows color (decimal): -5877793 or 14634918. OLE color: 14634918.

HSL color Cylindrical-coordinate representation of color #A64FDF: hue angle of 276.25º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A64FDF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 79 223 -
CMYK 0.26 0.65 0 0.13
HSL 276.25º 0.69% 0.59% -
HSV(B) 276.25º 0.65% 0.87% -
XYZ 31.84 19.03 71.81 -
YUV 121.43 185.32 159.79 -
System Red Green Blue C M Y K H S L
Decimal 166 79 223 0.26 0.65 0 0.13 276.25 0.69 0.59
Hex A6 4F DF 1A 41 0 D 114 45 3B
Octal 246 117 337 32 101 0 15 424 105 73
Binary 10100110 1001111 11011111 11010 1000001 0 1101 100010100 1000101 111011

Color Harmonies of #A64FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64FDF

Black with #A64FDF

Text Example


Text Example

White with #A64FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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