Html Css Color HEX #A27FFE Light Slate Blue

📋 copy color: '#A27FFE'

red 162 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #A27FFE

Tints of Light Slate Blue #A27FFE

RGB

 RED value IS 162 (63.67% from 255) = 29.83%

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

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

R = 29.83%
G = 23.39%
B = 46.78%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A27FFE (or 0xA27FFE) is known color: Light Slate Blue. HEX triplet: A2, 7F and FE. RGB value is (162,127,254). Sum of RGB (Red+Green+Blue) = 162+127+254=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #A27FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27FFE is #5D8001. Grayscale: #979797. Windows color (decimal): -6127618 or 16678818. OLE color: 16678818.

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

Color convert

RGB 162 127 254 -
CMYK 0.36 0.50 0 0.00
HSL 256.54º 0.98% 0.75% -
HSV(B) 256.54º 0.5% 1% -
XYZ 40.38 30.02 97.43 -
YUV 151.94 185.6 135.17 -
System Red Green Blue C M Y K H S L
Decimal 162 127 254 0.36 0.50 0 0.00 256.54 0.98 0.75
Hex A2 7F FE 24 32 0 0 101 62 4B
Octal 242 177 376 44 62 0 0 401 142 113
Binary 10100010 1111111 11111110 100100 110010 0 0 100000001 1100010 1001011

Color Harmonies of #A27FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FFE

Black with #A27FFE

Text Example


Text Example

White with #A27FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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