Html Css Color HEX #A07FFE Light Slate Blue

📋 copy color: '#A07FFE'

red 160 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #A07FFE

Tints of Light Slate Blue #A07FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 23.48%

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

R = 29.57%
G = 23.48%
B = 46.95%

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

#A07FFE (or 0xA07FFE) is known color: Light Slate Blue. HEX triplet: A0, 7F and FE. RGB value is (160,127,254). Sum of RGB (Red+Green+Blue) = 160+127+254=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #A07FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07FFE is #5F8001. Grayscale: #969696. Windows color (decimal): -6258690 or 16678816. OLE color: 16678816.

HSL color Cylindrical-coordinate representation of color #A07FFE: hue angle of 255.59º 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 #A07FFE is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 127 254 -
CMYK 0.37 0.50 0 0.00
HSL 255.59º 0.98% 0.75% -
HSV(B) 255.59º 0.5% 1% -
XYZ 39.98 29.81 97.41 -
YUV 151.35 185.93 134.17 -
System Red Green Blue C M Y K H S L
Decimal 160 127 254 0.37 0.50 0 0.00 255.59 0.98 0.75
Hex A0 7F FE 25 32 0 0 100 62 4B
Octal 240 177 376 45 62 0 0 400 142 113
Binary 10100000 1111111 11111110 100101 110010 0 0 100000000 1100010 1001011

Color Harmonies of #A07FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07FFE

Black with #A07FFE

Text Example


Text Example

White with #A07FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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