Html Css Color HEX #A27BFE Light Slate Blue

📋 copy color: '#A27BFE'

red 162 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #A27BFE

Tints of Light Slate Blue #A27BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.82%

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

R = 30.06%
G = 22.82%
B = 47.12%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A27BFE (or 0xA27BFE) is known color: Light Slate Blue. HEX triplet: A2, 7B and FE. RGB value is (162,123,254). Sum of RGB (Red+Green+Blue) = 162+123+254=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #A27BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27BFE is #5D8401. Grayscale: #959595. Windows color (decimal): -6128642 or 16677794. OLE color: 16677794.

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

Color convert

RGB 162 123 254 -
CMYK 0.36 0.52 0 0.00
HSL 257.86º 0.98% 0.74% -
HSV(B) 257.86º 0.52% 1% -
XYZ 39.87 29 97.26 -
YUV 149.6 186.92 136.85 -
System Red Green Blue C M Y K H S L
Decimal 162 123 254 0.36 0.52 0 0.00 257.86 0.98 0.74
Hex A2 7B FE 24 34 0 0 102 62 4A
Octal 242 173 376 44 64 0 0 402 142 112
Binary 10100010 1111011 11111110 100100 110100 0 0 100000010 1100010 1001010

Color Harmonies of #A27BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27BFE

Black with #A27BFE

Text Example


Text Example

White with #A27BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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