Html Css Color HEX #A67CF8 Medium Purple

📋 copy color: '#A67CF8'

red 166 ◦ green 124 ◦ blue 248

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

Shades of Medium Purple #A67CF8

Tints of Medium Purple #A67CF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 46.1%

R = 30.86%
G = 23.05%
B = 46.1%

CMYK

 C value IS 0.33

 M value IS 0.5

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A67CF8 (or 0xA67CF8) is known color: Medium Purple. HEX triplet: A6, 7C and F8. RGB value is (166,124,248). Sum of RGB (Red+Green+Blue) = 166+124+248=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 248 (97.27% from 255 or 46.10% from 538); Max value from RGB is 248 - color contains mainly: blue. Hex color #A67CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67CF8 is #598307. Grayscale: #969696. Windows color (decimal): -5866248 or 16284838. OLE color: 16284838.

HSL color Cylindrical-coordinate representation of color #A67CF8: hue angle of 260.32º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A67CF8 is Cyan = 0.33, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 124 248 -
CMYK 0.33 0.5 0 0.03
HSL 260.32º 0.9% 0.73% -
HSV(B) 260.32º 0.5% 0.97% -
XYZ 39.88 29.3 92.36 -
YUV 150.69 182.91 138.92 -
System Red Green Blue C M Y K H S L
Decimal 166 124 248 0.33 0.5 0 0.03 260.32 0.9 0.73
Hex A6 7C F8 21 32 0 3 104 5A 49
Octal 246 174 370 41 62 0 3 404 132 111
Binary 10100110 1111100 11111000 100001 110010 0 11 100000100 1011010 1001001

Color Harmonies of #A67CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67CF8

Black with #A67CF8

Text Example


Text Example

White with #A67CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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