Html Css Color HEX #A64CDA Medium Orchid

📋 copy color: '#A64CDA'

red 166 ◦ green 76 ◦ blue 218

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

Shades of Medium Orchid #A64CDA

Tints of Medium Orchid #A64CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.52%

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

R = 36.09%
G = 16.52%
B = 47.39%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A64CDA (or 0xA64CDA) is known color: Medium Orchid. HEX triplet: A6, 4C and DA. RGB value is (166,76,218). Sum of RGB (Red+Green+Blue) = 166+76+218=460 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.09% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #A64CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64CDA is #59B325. Grayscale: #767676. Windows color (decimal): -5878566 or 14306470. OLE color: 14306470.

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

Color convert

RGB 166 76 218 -
CMYK 0.24 0.65 0 0.15
HSL 278.03º 0.66% 0.58% -
HSV(B) 278.03º 0.65% 0.85% -
XYZ 30.97 18.34 68.24 -
YUV 119.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 166 76 218 0.24 0.65 0 0.15 278.03 0.66 0.58
Hex A6 4C DA 18 41 0 F 116 42 3A
Octal 246 114 332 30 101 0 17 426 102 72
Binary 10100110 1001100 11011010 11000 1000001 0 1111 100010110 1000010 111010

Color Harmonies of #A64CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64CDA

Black with #A64CDA

Text Example


Text Example

White with #A64CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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