Html Css Color HEX #A67CFD Light Slate Blue

📋 copy color: '#A67CFD'

red 166 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #A67CFD

Tints of Light Slate Blue #A67CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.59%

R = 30.57%
G = 22.84%
B = 46.59%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A67CFD (or 0xA67CFD) is known color: Light Slate Blue. HEX triplet: A6, 7C and FD. RGB value is (166,124,253). Sum of RGB (Red+Green+Blue) = 166+124+253=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #A67CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67CFD is #598302. Grayscale: #969696. Windows color (decimal): -5866243 or 16612518. OLE color: 16612518.

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

Color convert

RGB 166 124 253 -
CMYK 0.34 0.51 0 0.01
HSL 259.53º 0.97% 0.74% -
HSV(B) 259.53º 0.51% 0.99% -
XYZ 40.66 29.61 96.5 -
YUV 151.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 166 124 253 0.34 0.51 0 0.01 259.53 0.97 0.74
Hex A6 7C FD 22 33 0 1 104 61 4A
Octal 246 174 375 42 63 0 1 404 141 112
Binary 10100110 1111100 11111101 100010 110011 0 1 100000100 1100001 1001010

Color Harmonies of #A67CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67CFD

Black with #A67CFD

Text Example


Text Example

White with #A67CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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