Html Css Color HEX #A67DF2 Medium Purple

📋 copy color: '#A67DF2'

red 166 ◦ green 125 ◦ blue 242

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

Shades of Medium Purple #A67DF2

Tints of Medium Purple #A67DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.4%

R = 31.14%
G = 23.45%
B = 45.4%

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

#A67DF2 (or 0xA67DF2) is known color: Medium Purple. HEX triplet: A6, 7D and F2. RGB value is (166,125,242). Sum of RGB (Red+Green+Blue) = 166+125+242=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #A67DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67DF2 is #59820D. Grayscale: #969696. Windows color (decimal): -5865998 or 15891878. OLE color: 15891878.

HSL color Cylindrical-coordinate representation of color #A67DF2: hue angle of 261.03º degrees, saturation: 0.82, 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 #A67DF2 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 125 242 -
CMYK 0.31 0.48 0 0.05
HSL 261.03º 0.82% 0.72% -
HSV(B) 261.03º 0.48% 0.95% -
XYZ 39.09 29.19 87.58 -
YUV 150.6 179.58 138.99 -
System Red Green Blue C M Y K H S L
Decimal 166 125 242 0.31 0.48 0 0.05 261.03 0.82 0.72
Hex A6 7D F2 1F 30 0 5 105 52 48
Octal 246 175 362 37 60 0 5 405 122 110
Binary 10100110 1111101 11110010 11111 110000 0 101 100000101 1010010 1001000

Color Harmonies of #A67DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67DF2

Black with #A67DF2

Text Example


Text Example

White with #A67DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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