Html Css Color HEX #A07CFA Light Slate Blue

📋 copy color: '#A07CFA'

red 160 ◦ green 124 ◦ blue 250

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

Shades of Light Slate Blue #A07CFA

Tints of Light Slate Blue #A07CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.82%

R = 29.96%
G = 23.22%
B = 46.82%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A07CFA (or 0xA07CFA) is known color: Light Slate Blue. HEX triplet: A0, 7C and FA. RGB value is (160,124,250). Sum of RGB (Red+Green+Blue) = 160+124+250=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 124 (48.83% from 255 or 23.22% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #A07CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07CFA is #5F8305. Grayscale: #949494. Windows color (decimal): -6259462 or 16415904. OLE color: 16415904.

HSL color Cylindrical-coordinate representation of color #A07CFA: hue angle of 257.14º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07CFA is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 124 250 -
CMYK 0.36 0.50 0 0.02
HSL 257.14º 0.93% 0.73% -
HSV(B) 257.14º 0.5% 0.98% -
XYZ 38.96 28.79 93.95 -
YUV 149.13 184.93 135.75 -
System Red Green Blue C M Y K H S L
Decimal 160 124 250 0.36 0.50 0 0.02 257.14 0.93 0.73
Hex A0 7C FA 24 32 0 2 101 5D 49
Octal 240 174 372 44 62 0 2 401 135 111
Binary 10100000 1111100 11111010 100100 110010 0 10 100000001 1011101 1001001

Color Harmonies of #A07CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CFA

Black with #A07CFA

Text Example


Text Example

White with #A07CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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