Html Css Color HEX #A07CFB Light Slate Blue

📋 copy color: '#A07CFB'

red 160 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #A07CFB

Tints of Light Slate Blue #A07CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.92%

R = 29.91%
G = 23.18%
B = 46.92%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A07CFB (or 0xA07CFB) is known color: Light Slate Blue. HEX triplet: A0, 7C and FB. RGB value is (160,124,251). Sum of RGB (Red+Green+Blue) = 160+124+251=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #A07CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07CFB is #5F8304. Grayscale: #949494. Windows color (decimal): -6259461 or 16481440. OLE color: 16481440.

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

Color convert

RGB 160 124 251 -
CMYK 0.36 0.51 0 0.02
HSL 257.01º 0.94% 0.74% -
HSV(B) 257.01º 0.51% 0.98% -
XYZ 39.12 28.85 94.77 -
YUV 149.24 185.43 135.67 -
System Red Green Blue C M Y K H S L
Decimal 160 124 251 0.36 0.51 0 0.02 257.01 0.94 0.74
Hex A0 7C FB 24 33 0 2 101 5E 4A
Octal 240 174 373 44 63 0 2 401 136 112
Binary 10100000 1111100 11111011 100100 110011 0 10 100000001 1011110 1001010

Color Harmonies of #A07CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CFB

Black with #A07CFB

Text Example


Text Example

White with #A07CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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