Html Css Color HEX #A07CF9 Light Slate Blue

📋 copy color: '#A07CF9'

red 160 ◦ green 124 ◦ blue 249

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

Shades of Light Slate Blue #A07CF9

Tints of Light Slate Blue #A07CF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.72%

R = 30.02%
G = 23.26%
B = 46.72%

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

#A07CF9 (or 0xA07CF9) is known color: Light Slate Blue. HEX triplet: A0, 7C and F9. RGB value is (160,124,249). Sum of RGB (Red+Green+Blue) = 160+124+249=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 124 (48.83% from 255 or 23.26% from 533); Blue value is 249 (97.66% from 255 or 46.72% from 533); Max value from RGB is 249 - color contains mainly: blue. Hex color #A07CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07CF9 is #5F8306. Grayscale: #949494. Windows color (decimal): -6259463 or 16350368. OLE color: 16350368.

HSL color Cylindrical-coordinate representation of color #A07CF9: hue angle of 257.28º degrees, saturation: 0.91, 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 #A07CF9 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 124 249 -
CMYK 0.36 0.50 0 0.02
HSL 257.28º 0.91% 0.73% -
HSV(B) 257.28º 0.5% 0.98% -
XYZ 38.8 28.73 93.12 -
YUV 149.01 184.43 135.84 -
System Red Green Blue C M Y K H S L
Decimal 160 124 249 0.36 0.50 0 0.02 257.28 0.91 0.73
Hex A0 7C F9 24 32 0 2 101 5B 49
Octal 240 174 371 44 62 0 2 401 133 111
Binary 10100000 1111100 11111001 100100 110010 0 10 100000001 1011011 1001001

Color Harmonies of #A07CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07CF9

Black with #A07CF9

Text Example


Text Example

White with #A07CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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