Html Css Color HEX #A67CFB Medium Purple

📋 copy color: '#A67CFB'

red 166 ◦ green 124 ◦ blue 251

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

Shades of Medium Purple #A67CFB

Tints of Medium Purple #A67CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.92%

 BLUE value IS 251 (98.44% from 255) = 46.4%

R = 30.68%
G = 22.92%
B = 46.4%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A67CFB (or 0xA67CFB) is known color: Medium Purple. HEX triplet: A6, 7C and FB. RGB value is (166,124,251). Sum of RGB (Red+Green+Blue) = 166+124+251=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #A67CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67CFB is #598304. Grayscale: #969696. Windows color (decimal): -5866245 or 16481446. OLE color: 16481446.

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

Color convert

RGB 166 124 251 -
CMYK 0.34 0.51 0 0.02
HSL 259.84º 0.94% 0.74% -
HSV(B) 259.84º 0.51% 0.98% -
XYZ 40.35 29.49 94.83 -
YUV 151.04 184.41 138.67 -
System Red Green Blue C M Y K H S L
Decimal 166 124 251 0.34 0.51 0 0.02 259.84 0.94 0.74
Hex A6 7C FB 22 33 0 2 104 5E 4A
Octal 246 174 373 42 63 0 2 404 136 112
Binary 10100110 1111100 11111011 100010 110011 0 10 100000100 1011110 1001010

Color Harmonies of #A67CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67CFB

Black with #A67CFB

Text Example


Text Example

White with #A67CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67CFB; }

 p { color: rgb(166,124,251); }

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

background-color css

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

 a { background-color: rgb(166,124,251); }

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

border-color css

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

 span { border-color: rgb(166,124,251); }

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