Html Css Color HEX #A67FDA Medium Purple

📋 copy color: '#A67FDA'

red 166 ◦ green 127 ◦ blue 218

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

Shades of Medium Purple #A67FDA

Tints of Medium Purple #A67FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 24.85%

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

R = 32.49%
G = 24.85%
B = 42.66%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A67FDA (or 0xA67FDA) is known color: Medium Purple. HEX triplet: A6, 7F and DA. RGB value is (166,127,218). Sum of RGB (Red+Green+Blue) = 166+127+218=511 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.49% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #A67FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67FDA is #598025. Grayscale: #949494. Windows color (decimal): -5865510 or 14319526. OLE color: 14319526.

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

Color convert

RGB 166 127 218 -
CMYK 0.24 0.42 0 0.15
HSL 265.71º 0.55% 0.68% -
HSV(B) 265.71º 0.42% 0.85% -
XYZ 35.97 28.35 69.91 -
YUV 149.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 166 127 218 0.24 0.42 0 0.15 265.71 0.55 0.68
Hex A6 7F DA 18 2A 0 F 10A 37 44
Octal 246 177 332 30 52 0 17 412 67 104
Binary 10100110 1111111 11011010 11000 101010 0 1111 100001010 110111 1000100

Color Harmonies of #A67FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67FDA

Black with #A67FDA

Text Example


Text Example

White with #A67FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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