Html Css Color HEX #A67DEA Medium Purple

📋 copy color: '#A67DEA'

red 166 ◦ green 125 ◦ blue 234

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

Shades of Medium Purple #A67DEA

Tints of Medium Purple #A67DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.57%

R = 31.62%
G = 23.81%
B = 44.57%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A67DEA (or 0xA67DEA) is known color: Medium Purple. HEX triplet: A6, 7D and EA. RGB value is (166,125,234). Sum of RGB (Red+Green+Blue) = 166+125+234=525 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.62% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #A67DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67DEA is #598215. Grayscale: #959595. Windows color (decimal): -5866006 or 15367590. OLE color: 15367590.

HSL color Cylindrical-coordinate representation of color #A67DEA: hue angle of 262.57º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A67DEA is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 125 234 -
CMYK 0.29 0.47 0 0.08
HSL 262.57º 0.72% 0.7% -
HSV(B) 262.57º 0.47% 0.92% -
XYZ 37.91 28.71 81.39 -
YUV 149.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 166 125 234 0.29 0.47 0 0.08 262.57 0.72 0.7
Hex A6 7D EA 1D 2F 0 8 107 48 46
Octal 246 175 352 35 57 0 10 407 110 106
Binary 10100110 1111101 11101010 11101 101111 0 1000 100000111 1001000 1000110

Color Harmonies of #A67DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67DEA

Black with #A67DEA

Text Example


Text Example

White with #A67DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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