Html Css Color HEX #A670FE Light Slate Blue

📋 copy color: '#A670FE'

red 166 ◦ green 112 ◦ blue 254

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

Shades of Light Slate Blue #A670FE

Tints of Light Slate Blue #A670FE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.05%

 BLUE value IS 254 (99.61% from 255) = 47.74%

R = 31.2%
G = 21.05%
B = 47.74%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A670FE (or 0xA670FE) is known color: Light Slate Blue. HEX triplet: A6, 70 and FE. RGB value is (166,112,254). Sum of RGB (Red+Green+Blue) = 166+112+254=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 112 (44.14% from 255 or 21.05% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #A670FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A670FE is #598F01. Grayscale: #8F8F8F. Windows color (decimal): -5869314 or 16674982. OLE color: 16674982.

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

Color convert

RGB 166 112 254 -
CMYK 0.35 0.56 0 0.00
HSL 262.82º 0.99% 0.72% -
HSV(B) 262.82º 0.56% 1% -
XYZ 39.41 26.85 96.87 -
YUV 144.33 189.89 143.45 -
System Red Green Blue C M Y K H S L
Decimal 166 112 254 0.35 0.56 0 0.00 262.82 0.99 0.72
Hex A6 70 FE 23 38 0 0 107 63 48
Octal 246 160 376 43 70 0 0 407 143 110
Binary 10100110 1110000 11111110 100011 111000 0 0 100000111 1100011 1001000

Color Harmonies of #A670FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A670FE

Black with #A670FE

Text Example


Text Example

White with #A670FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A670FE; }

 p { color: rgb(166,112,254); }

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

background-color css

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

 a { background-color: rgb(166,112,254); }

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

border-color css

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

 span { border-color: rgb(166,112,254); }

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