Html Css Color HEX #A67ADB Medium Purple

📋 copy color: '#A67ADB'

red 166 ◦ green 122 ◦ blue 219

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

Shades of Medium Purple #A67ADB

Tints of Medium Purple #A67ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.06%

 BLUE value IS 219 (85.94% from 255) = 43.2%

R = 32.74%
G = 24.06%
B = 43.2%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A67ADB (or 0xA67ADB) is known color: Medium Purple. HEX triplet: A6, 7A and DB. RGB value is (166,122,219). Sum of RGB (Red+Green+Blue) = 166+122+219=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #A67ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67ADB is #598524. Grayscale: #919191. Windows color (decimal): -5866789 or 14383782. OLE color: 14383782.

HSL color Cylindrical-coordinate representation of color #A67ADB: hue angle of 267.22º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A67ADB is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 122 219 -
CMYK 0.24 0.44 0 0.14
HSL 267.22º 0.57% 0.67% -
HSV(B) 267.22º 0.44% 0.86% -
XYZ 35.47 27.14 70.39 -
YUV 146.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 166 122 219 0.24 0.44 0 0.14 267.22 0.57 0.67
Hex A6 7A DB 18 2C 0 E 10B 39 43
Octal 246 172 333 30 54 0 16 413 71 103
Binary 10100110 1111010 11011011 11000 101100 0 1110 100001011 111001 1000011

Color Harmonies of #A67ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67ADB

Black with #A67ADB

Text Example


Text Example

White with #A67ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67ADB; }

 p { color: rgb(166,122,219); }

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

background-color css

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

 a { background-color: rgb(166,122,219); }

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

border-color css

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

 span { border-color: rgb(166,122,219); }

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