Html Css Color HEX #A67CFF Light Slate Blue

📋 copy color: '#A67CFF'

red 166 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #A67CFF

Tints of Light Slate Blue #A67CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.79%

R = 30.46%
G = 22.75%
B = 46.79%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A67CFF (or 0xA67CFF) is known color: Light Slate Blue. HEX triplet: A6, 7C and FF. RGB value is (166,124,255). Sum of RGB (Red+Green+Blue) = 166+124+255=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #A67CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67CFF is #598300. Grayscale: #979797. Windows color (decimal): -5866241 or 16743590. OLE color: 16743590.

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

Color convert

RGB 166 124 255 -
CMYK 0.35 0.51 0 0
HSL 259.24º 1% 0.74% -
HSV(B) 259.24º 0.51% 1% -
XYZ 40.98 29.74 98.19 -
YUV 151.49 186.41 138.35 -
System Red Green Blue C M Y K H S L
Decimal 166 124 255 0.35 0.51 0 0 259.24 1 0.74
Hex A6 7C FF 23 33 0 0 103 64 4A
Octal 246 174 377 43 63 0 0 403 144 112
Binary 10100110 1111100 11111111 100011 110011 0 0 100000011 1100100 1001010

Color Harmonies of #A67CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67CFF

Black with #A67CFF

Text Example


Text Example

White with #A67CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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