Html Css Color HEX #A67DF1 Medium Purple

📋 copy color: '#A67DF1'

red 166 ◦ green 125 ◦ blue 241

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

Shades of Medium Purple #A67DF1

Tints of Medium Purple #A67DF1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.5%

 BLUE value IS 241 (94.53% from 255) = 45.3%

R = 31.2%
G = 23.5%
B = 45.3%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A67DF1 (or 0xA67DF1) is known color: Medium Purple. HEX triplet: A6, 7D and F1. RGB value is (166,125,241). Sum of RGB (Red+Green+Blue) = 166+125+241=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 241 (94.53% from 255 or 45.30% from 532); Max value from RGB is 241 - color contains mainly: blue. Hex color #A67DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67DF1 is #59820E. Grayscale: #969696. Windows color (decimal): -5865999 or 15826342. OLE color: 15826342.

HSL color Cylindrical-coordinate representation of color #A67DF1: hue angle of 261.21º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A67DF1 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 125 241 -
CMYK 0.31 0.48 0 0.05
HSL 261.21º 0.81% 0.72% -
HSV(B) 261.21º 0.48% 0.95% -
XYZ 38.94 29.13 86.79 -
YUV 150.48 179.08 139.07 -
System Red Green Blue C M Y K H S L
Decimal 166 125 241 0.31 0.48 0 0.05 261.21 0.81 0.72
Hex A6 7D F1 1F 30 0 5 105 51 48
Octal 246 175 361 37 60 0 5 405 121 110
Binary 10100110 1111101 11110001 11111 110000 0 101 100000101 1010001 1001000

Color Harmonies of #A67DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67DF1

Black with #A67DF1

Text Example


Text Example

White with #A67DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67DF1; }

 p { color: rgb(166,125,241); }

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

background-color css

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

 a { background-color: rgb(166,125,241); }

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

border-color css

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

 span { border-color: rgb(166,125,241); }

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