Html Css Color HEX #A648EB Medium Orchid

📋 copy color: '#A648EB'

red 166 ◦ green 72 ◦ blue 235

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

Shades of Medium Orchid #A648EB

Tints of Medium Orchid #A648EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.68%

R = 35.1%
G = 15.22%
B = 49.68%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A648EB (or 0xA648EB) is known color: Medium Orchid. HEX triplet: A6, 48 and EB. RGB value is (166,72,235). Sum of RGB (Red+Green+Blue) = 166+72+235=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #A648EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A648EB is #59B714. Grayscale: #767676. Windows color (decimal): -5879573 or 15419558. OLE color: 15419558.

HSL color Cylindrical-coordinate representation of color #A648EB: hue angle of 274.6º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A648EB is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 72 235 -
CMYK 0.29 0.69 0 0.08
HSL 274.6º 0.8% 0.6% -
HSV(B) 274.6º 0.69% 0.92% -
XYZ 33.04 18.74 80.47 -
YUV 118.69 193.64 161.75 -
System Red Green Blue C M Y K H S L
Decimal 166 72 235 0.29 0.69 0 0.08 274.6 0.8 0.6
Hex A6 48 EB 1D 45 0 8 113 50 3C
Octal 246 110 353 35 105 0 10 423 120 74
Binary 10100110 1001000 11101011 11101 1000101 0 1000 100010011 1010000 111100

Color Harmonies of #A648EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A648EB

Black with #A648EB

Text Example


Text Example

White with #A648EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A648EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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