Html Css Color HEX #A64BDA Medium Orchid

📋 copy color: '#A64BDA'

red 166 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #A64BDA

Tints of Medium Orchid #A64BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.34%

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 36.17%
G = 16.34%
B = 47.49%

CMYK

 C value IS 0.24

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A64BDA (or 0xA64BDA) is known color: Medium Orchid. HEX triplet: A6, 4B and DA. RGB value is (166,75,218). Sum of RGB (Red+Green+Blue) = 166+75+218=459 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.17% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #A64BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BDA is #59B425. Grayscale: #767676. Windows color (decimal): -5878822 or 14306214. OLE color: 14306214.

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

Color convert

RGB 166 75 218 -
CMYK 0.24 0.66 0 0.15
HSL 278.18º 0.66% 0.57% -
HSV(B) 278.18º 0.66% 0.85% -
XYZ 30.9 18.2 68.21 -
YUV 118.51 184.15 161.87 -
System Red Green Blue C M Y K H S L
Decimal 166 75 218 0.24 0.66 0 0.15 278.18 0.66 0.57
Hex A6 4B DA 18 42 0 F 116 42 39
Octal 246 113 332 30 102 0 17 426 102 71
Binary 10100110 1001011 11011010 11000 1000010 0 1111 100010110 1000010 111001

Color Harmonies of #A64BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64BDA

Black with #A64BDA

Text Example


Text Example

White with #A64BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64BDA; }

 p { color: rgb(166,75,218); }

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

background-color css

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

 a { background-color: rgb(166,75,218); }

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

border-color css

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

 span { border-color: rgb(166,75,218); }

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