Html Css Color HEX #A648D9 Medium Orchid

📋 copy color: '#A648D9'

red 166 ◦ green 72 ◦ blue 217

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

Shades of Medium Orchid #A648D9

Tints of Medium Orchid #A648D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.69%

R = 36.48%
G = 15.82%
B = 47.69%

CMYK

 C value IS 0.24

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A648D9 (or 0xA648D9) is known color: Medium Orchid. HEX triplet: A6, 48 and D9. RGB value is (166,72,217). Sum of RGB (Red+Green+Blue) = 166+72+217=455 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.48% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #A648D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A648D9 is #59B726. Grayscale: #747474. Windows color (decimal): -5879591 or 14239910. OLE color: 14239910.

HSL color Cylindrical-coordinate representation of color #A648D9: hue angle of 278.9º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A648D9 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 72 217 -
CMYK 0.24 0.67 0 0.15
HSL 278.9º 0.66% 0.57% -
HSV(B) 278.9º 0.67% 0.85% -
XYZ 30.57 17.75 67.46 -
YUV 116.64 184.64 163.21 -
System Red Green Blue C M Y K H S L
Decimal 166 72 217 0.24 0.67 0 0.15 278.9 0.66 0.57
Hex A6 48 D9 18 43 0 F 117 42 39
Octal 246 110 331 30 103 0 17 427 102 71
Binary 10100110 1001000 11011001 11000 1000011 0 1111 100010111 1000010 111001

Color Harmonies of #A648D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A648D9

Black with #A648D9

Text Example


Text Example

White with #A648D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A648D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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