Html Css Color HEX #A07CFD Light Slate Blue

📋 copy color: '#A07CFD'

red 160 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #A07CFD

Tints of Light Slate Blue #A07CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 47.11%

R = 29.8%
G = 23.09%
B = 47.11%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A07CFD (or 0xA07CFD) is known color: Light Slate Blue. HEX triplet: A0, 7C and FD. RGB value is (160,124,253). Sum of RGB (Red+Green+Blue) = 160+124+253=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #A07CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07CFD is #5F8302. Grayscale: #949494. Windows color (decimal): -6259459 or 16612512. OLE color: 16612512.

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

Color convert

RGB 160 124 253 -
CMYK 0.37 0.51 0 0.01
HSL 256.74º 0.97% 0.74% -
HSV(B) 256.74º 0.51% 0.99% -
XYZ 39.43 28.98 96.44 -
YUV 149.47 186.43 135.51 -
System Red Green Blue C M Y K H S L
Decimal 160 124 253 0.37 0.51 0 0.01 256.74 0.97 0.74
Hex A0 7C FD 25 33 0 1 101 61 4A
Octal 240 174 375 45 63 0 1 401 141 112
Binary 10100000 1111100 11111101 100101 110011 0 1 100000001 1100001 1001010

Color Harmonies of #A07CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CFD

Black with #A07CFD

Text Example


Text Example

White with #A07CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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