Html Css Color HEX #A67BFC Light Slate Blue

📋 copy color: '#A67BFC'

red 166 ◦ green 123 ◦ blue 252

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

Shades of Light Slate Blue #A67BFC

Tints of Light Slate Blue #A67BFC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.74%

 BLUE value IS 252 (98.83% from 255) = 46.58%

R = 30.68%
G = 22.74%
B = 46.58%

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

#A67BFC (or 0xA67BFC) is known color: Light Slate Blue. HEX triplet: A6, 7B and FC. RGB value is (166,123,252). Sum of RGB (Red+Green+Blue) = 166+123+252=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #A67BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67BFC is #598403. Grayscale: #969696. Windows color (decimal): -5866500 or 16546726. OLE color: 16546726.

HSL color Cylindrical-coordinate representation of color #A67BFC: hue angle of 260º degrees, saturation: 0.96, 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 #A67BFC is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 123 252 -
CMYK 0.34 0.51 0 0.01
HSL 260º 0.96% 0.74% -
HSV(B) 260º 0.51% 0.99% -
XYZ 40.38 29.3 95.62 -
YUV 150.56 185.25 139.01 -
System Red Green Blue C M Y K H S L
Decimal 166 123 252 0.34 0.51 0 0.01 260 0.96 0.74
Hex A6 7B FC 22 33 0 1 104 60 4A
Octal 246 173 374 42 63 0 1 404 140 112
Binary 10100110 1111011 11111100 100010 110011 0 1 100000100 1100000 1001010

Color Harmonies of #A67BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67BFC

Black with #A67BFC

Text Example


Text Example

White with #A67BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67BFC; }

 p { color: rgb(166,123,252); }

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

background-color css

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

 a { background-color: rgb(166,123,252); }

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

border-color css

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

 span { border-color: rgb(166,123,252); }

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