Html Css Color HEX #A07EFE Light Slate Blue

📋 copy color: '#A07EFE'

red 160 ◦ green 126 ◦ blue 254

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

Shades of Light Slate Blue #A07EFE

Tints of Light Slate Blue #A07EFE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.33%

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

R = 29.63%
G = 23.33%
B = 47.04%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A07EFE (or 0xA07EFE) is known color: Light Slate Blue. HEX triplet: A0, 7E and FE. RGB value is (160,126,254). Sum of RGB (Red+Green+Blue) = 160+126+254=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #A07EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07EFE is #5F8101. Grayscale: #969696. Windows color (decimal): -6258946 or 16678560. OLE color: 16678560.

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

Color convert

RGB 160 126 254 -
CMYK 0.37 0.50 0 0.00
HSL 255.94º 0.98% 0.75% -
HSV(B) 255.94º 0.5% 1% -
XYZ 39.85 29.55 97.37 -
YUV 150.76 186.26 134.59 -
System Red Green Blue C M Y K H S L
Decimal 160 126 254 0.37 0.50 0 0.00 255.94 0.98 0.75
Hex A0 7E FE 25 32 0 0 100 62 4B
Octal 240 176 376 45 62 0 0 400 142 113
Binary 10100000 1111110 11111110 100101 110010 0 0 100000000 1100010 1001011

Color Harmonies of #A07EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07EFE

Black with #A07EFE

Text Example


Text Example

White with #A07EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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