Html Css Color HEX #A67DFA Medium Purple

📋 copy color: '#A67DFA'

red 166 ◦ green 125 ◦ blue 250

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

Shades of Medium Purple #A67DFA

Tints of Medium Purple #A67DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.21%

R = 30.68%
G = 23.11%
B = 46.21%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A67DFA (or 0xA67DFA) is known color: Medium Purple. HEX triplet: A6, 7D and FA. RGB value is (166,125,250). Sum of RGB (Red+Green+Blue) = 166+125+250=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #A67DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67DFA is #598205. Grayscale: #979797. Windows color (decimal): -5865990 or 16416166. OLE color: 16416166.

HSL color Cylindrical-coordinate representation of color #A67DFA: hue angle of 259.68º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A67DFA is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 125 250 -
CMYK 0.34 0.50 0 0.02
HSL 259.68º 0.93% 0.74% -
HSV(B) 259.68º 0.5% 0.98% -
XYZ 40.31 29.68 94.05 -
YUV 151.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 166 125 250 0.34 0.50 0 0.02 259.68 0.93 0.74
Hex A6 7D FA 22 32 0 2 104 5D 4A
Octal 246 175 372 42 62 0 2 404 135 112
Binary 10100110 1111101 11111010 100010 110010 0 10 100000100 1011101 1001010

Color Harmonies of #A67DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67DFA

Black with #A67DFA

Text Example


Text Example

White with #A67DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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