Html Css Color HEX #A683FF Light Slate Blue

📋 copy color: '#A683FF'

red 166 ◦ green 131 ◦ blue 255

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

Shades of Light Slate Blue #A683FF

Tints of Light Slate Blue #A683FF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.73%

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

R = 30.07%
G = 23.73%
B = 46.2%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A683FF (or 0xA683FF) is known color: Light Slate Blue. HEX triplet: A6, 83 and FF. RGB value is (166,131,255). Sum of RGB (Red+Green+Blue) = 166+131+255=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 131 (51.56% from 255 or 23.73% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #A683FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A683FF is #597C00. Grayscale: #9B9B9B. Windows color (decimal): -5864449 or 16745382. OLE color: 16745382.

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

Color convert

RGB 166 131 255 -
CMYK 0.35 0.49 0 0
HSL 256.94º 1% 0.76% -
HSV(B) 256.94º 0.49% 1% -
XYZ 41.89 31.56 98.49 -
YUV 155.6 184.1 135.42 -
System Red Green Blue C M Y K H S L
Decimal 166 131 255 0.35 0.49 0 0 256.94 1 0.76
Hex A6 83 FF 23 31 0 0 101 64 4C
Octal 246 203 377 43 61 0 0 401 144 114
Binary 10100110 10000011 11111111 100011 110001 0 0 100000001 1100100 1001100

Color Harmonies of #A683FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A683FF

Black with #A683FF

Text Example


Text Example

White with #A683FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A683FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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