Html Css Color HEX #A27CFB Light Slate Blue

📋 copy color: '#A27CFB'

red 162 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #A27CFB

Tints of Light Slate Blue #A27CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.74%

R = 30.17%
G = 23.09%
B = 46.74%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A27CFB (or 0xA27CFB) is known color: Light Slate Blue. HEX triplet: A2, 7C and FB. RGB value is (162,124,251). Sum of RGB (Red+Green+Blue) = 162+124+251=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #A27CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27CFB is #5D8304. Grayscale: #959595. Windows color (decimal): -6128389 or 16481442. OLE color: 16481442.

HSL color Cylindrical-coordinate representation of color #A27CFB: hue angle of 257.95º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A27CFB is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 124 251 -
CMYK 0.35 0.51 0 0.02
HSL 257.95º 0.94% 0.74% -
HSV(B) 257.95º 0.51% 0.98% -
XYZ 39.52 29.06 94.79 -
YUV 149.84 185.09 136.67 -
System Red Green Blue C M Y K H S L
Decimal 162 124 251 0.35 0.51 0 0.02 257.95 0.94 0.74
Hex A2 7C FB 23 33 0 2 102 5E 4A
Octal 242 174 373 43 63 0 2 402 136 112
Binary 10100010 1111100 11111011 100011 110011 0 10 100000010 1011110 1001010

Color Harmonies of #A27CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27CFB

Black with #A27CFB

Text Example


Text Example

White with #A27CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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