Html Css Color HEX #A27DFC Light Slate Blue

📋 copy color: '#A27DFC'

red 162 ◦ green 125 ◦ blue 252

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

Shades of Light Slate Blue #A27DFC

Tints of Light Slate Blue #A27DFC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.19%

 BLUE value IS 252 (98.83% from 255) = 46.75%

R = 30.06%
G = 23.19%
B = 46.75%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A27DFC (or 0xA27DFC) is known color: Light Slate Blue. HEX triplet: A2, 7D and FC. RGB value is (162,125,252). Sum of RGB (Red+Green+Blue) = 162+125+252=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #A27DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27DFC is #5D8203. Grayscale: #969696. Windows color (decimal): -6128132 or 16547234. OLE color: 16547234.

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

Color convert

RGB 162 125 252 -
CMYK 0.36 0.50 0 0.01
HSL 257.48º 0.95% 0.74% -
HSV(B) 257.48º 0.5% 0.99% -
XYZ 39.8 29.38 95.67 -
YUV 150.54 185.26 136.17 -
System Red Green Blue C M Y K H S L
Decimal 162 125 252 0.36 0.50 0 0.01 257.48 0.95 0.74
Hex A2 7D FC 24 32 0 1 101 5F 4A
Octal 242 175 374 44 62 0 1 401 137 112
Binary 10100010 1111101 11111100 100100 110010 0 1 100000001 1011111 1001010

Color Harmonies of #A27DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27DFC

Black with #A27DFC

Text Example


Text Example

White with #A27DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27DFC; }

 p { color: rgb(162,125,252); }

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

background-color css

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

 a { background-color: rgb(162,125,252); }

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

border-color css

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

 span { border-color: rgb(162,125,252); }

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