Html Css Color HEX #A06CFC Light Slate Blue

📋 copy color: '#A06CFC'

red 160 ◦ green 108 ◦ blue 252

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

Shades of Light Slate Blue #A06CFC

Tints of Light Slate Blue #A06CFC

RGB

 RED value IS 160 (62.89% from 255) = 30.77%

 GREEN value IS 108 (42.58% from 255) = 20.77%

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

R = 30.77%
G = 20.77%
B = 48.46%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A06CFC (or 0xA06CFC) is known color: Light Slate Blue. HEX triplet: A0, 6C and FC. RGB value is (160,108,252). Sum of RGB (Red+Green+Blue) = 160+108+252=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 108 (42.58% from 255 or 20.77% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #A06CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06CFC is #5F9303. Grayscale: #8B8B8B. Windows color (decimal): -6263556 or 16542880. OLE color: 16542880.

HSL color Cylindrical-coordinate representation of color #A06CFC: hue angle of 261.67º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A06CFC is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 108 252 -
CMYK 0.37 0.57 0 0.01
HSL 261.67º 0.96% 0.71% -
HSV(B) 261.67º 0.57% 0.99% -
XYZ 37.43 25.23 94.99 -
YUV 139.96 191.23 142.29 -
System Red Green Blue C M Y K H S L
Decimal 160 108 252 0.37 0.57 0 0.01 261.67 0.96 0.71
Hex A0 6C FC 25 39 0 1 106 60 47
Octal 240 154 374 45 71 0 1 406 140 107
Binary 10100000 1101100 11111100 100101 111001 0 1 100000110 1100000 1000111

Color Harmonies of #A06CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06CFC

Black with #A06CFC

Text Example


Text Example

White with #A06CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06CFC; }

 p { color: rgb(160,108,252); }

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

background-color css

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

 a { background-color: rgb(160,108,252); }

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

border-color css

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

 span { border-color: rgb(160,108,252); }

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