Html Css Color HEX #A07CFE Light Slate Blue

📋 copy color: '#A07CFE'

red 160 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #A07CFE

Tints of Light Slate Blue #A07CFE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.05%

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

R = 29.74%
G = 23.05%
B = 47.21%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A07CFE (or 0xA07CFE) is known color: Light Slate Blue. HEX triplet: A0, 7C and FE. RGB value is (160,124,254). Sum of RGB (Red+Green+Blue) = 160+124+254=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 124 (48.83% from 255 or 23.05% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #A07CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07CFE is #5F8301. Grayscale: #959595. Windows color (decimal): -6259458 or 16678048. OLE color: 16678048.

HSL color Cylindrical-coordinate representation of color #A07CFE: hue angle of 256.62º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A07CFE is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 124 254 -
CMYK 0.37 0.51 0 0.00
HSL 256.62º 0.98% 0.74% -
HSV(B) 256.62º 0.51% 1% -
XYZ 39.59 29.04 97.29 -
YUV 149.58 186.93 135.43 -
System Red Green Blue C M Y K H S L
Decimal 160 124 254 0.37 0.51 0 0.00 256.62 0.98 0.74
Hex A0 7C FE 25 33 0 0 101 62 4A
Octal 240 174 376 45 63 0 0 401 142 112
Binary 10100000 1111100 11111110 100101 110011 0 0 100000001 1100010 1001010

Color Harmonies of #A07CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CFE

Black with #A07CFE

Text Example


Text Example

White with #A07CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CFE; }

 p { color: rgb(160,124,254); }

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

background-color css

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

 a { background-color: rgb(160,124,254); }

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

border-color css

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

 span { border-color: rgb(160,124,254); }

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