Html Css Color HEX #A06BFC Light Slate Blue

📋 copy color: '#A06BFC'

red 160 ◦ green 107 ◦ blue 252

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

Shades of Light Slate Blue #A06BFC

Tints of Light Slate Blue #A06BFC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.62%

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

R = 30.83%
G = 20.62%
B = 48.55%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A06BFC (or 0xA06BFC) is known color: Light Slate Blue. HEX triplet: A0, 6B and FC. RGB value is (160,107,252). Sum of RGB (Red+Green+Blue) = 160+107+252=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #A06BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06BFC is #5F9403. Grayscale: #8A8A8A. Windows color (decimal): -6263812 or 16542624. OLE color: 16542624.

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

Color convert

RGB 160 107 252 -
CMYK 0.37 0.58 0 0.01
HSL 261.93º 0.96% 0.7% -
HSV(B) 261.93º 0.58% 0.99% -
XYZ 37.33 25.02 94.96 -
YUV 139.38 191.56 142.71 -
System Red Green Blue C M Y K H S L
Decimal 160 107 252 0.37 0.58 0 0.01 261.93 0.96 0.7
Hex A0 6B FC 25 3A 0 1 106 60 46
Octal 240 153 374 45 72 0 1 406 140 106
Binary 10100000 1101011 11111100 100101 111010 0 1 100000110 1100000 1000110

Color Harmonies of #A06BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06BFC

Black with #A06BFC

Text Example


Text Example

White with #A06BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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