Html Css Color HEX #A648DE Medium Orchid

📋 copy color: '#A648DE'

red 166 ◦ green 72 ◦ blue 222

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

Shades of Medium Orchid #A648DE

Tints of Medium Orchid #A648DE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.65%

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 36.09%
G = 15.65%
B = 48.26%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A648DE (or 0xA648DE) is known color: Medium Orchid. HEX triplet: A6, 48 and DE. RGB value is (166,72,222). Sum of RGB (Red+Green+Blue) = 166+72+222=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #A648DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A648DE is #59B721. Grayscale: #747474. Windows color (decimal): -5879586 or 14567590. OLE color: 14567590.

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

Color convert

RGB 166 72 222 -
CMYK 0.25 0.68 0 0.13
HSL 277.6º 0.69% 0.58% -
HSV(B) 277.6º 0.68% 0.87% -
XYZ 31.23 18.02 70.94 -
YUV 117.21 187.14 162.8 -
System Red Green Blue C M Y K H S L
Decimal 166 72 222 0.25 0.68 0 0.13 277.6 0.69 0.58
Hex A6 48 DE 19 44 0 D 116 45 3A
Octal 246 110 336 31 104 0 15 426 105 72
Binary 10100110 1001000 11011110 11001 1000100 0 1101 100010110 1000101 111010

Color Harmonies of #A648DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A648DE

Black with #A648DE

Text Example


Text Example

White with #A648DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A648DE; }

 p { color: rgb(166,72,222); }

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

background-color css

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

 a { background-color: rgb(166,72,222); }

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

border-color css

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

 span { border-color: rgb(166,72,222); }

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