Html Css Color HEX #A27CFD Light Slate Blue

📋 copy color: '#A27CFD'

red 162 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #A27CFD

Tints of Light Slate Blue #A27CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.94%

R = 30.06%
G = 23.01%
B = 46.94%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A27CFD (or 0xA27CFD) is known color: Light Slate Blue. HEX triplet: A2, 7C and FD. RGB value is (162,124,253). Sum of RGB (Red+Green+Blue) = 162+124+253=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #A27CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27CFD is #5D8302. Grayscale: #959595. Windows color (decimal): -6128387 or 16612514. OLE color: 16612514.

HSL color Cylindrical-coordinate representation of color #A27CFD: hue angle of 257.67º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A27CFD is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 124 253 -
CMYK 0.36 0.51 0 0.01
HSL 257.67º 0.97% 0.74% -
HSV(B) 257.67º 0.51% 0.99% -
XYZ 39.84 29.19 96.46 -
YUV 150.07 186.09 136.51 -
System Red Green Blue C M Y K H S L
Decimal 162 124 253 0.36 0.51 0 0.01 257.67 0.97 0.74
Hex A2 7C FD 24 33 0 1 102 61 4A
Octal 242 174 375 44 63 0 1 402 141 112
Binary 10100010 1111100 11111101 100100 110011 0 1 100000010 1100001 1001010

Color Harmonies of #A27CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CFD

Black with #A27CFD

Text Example


Text Example

White with #A27CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CFD; }

 p { color: rgb(162,124,253); }

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

background-color css

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

 a { background-color: rgb(162,124,253); }

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

border-color css

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

 span { border-color: rgb(162,124,253); }

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