Html Css Color HEX #A27BFC Light Slate Blue

📋 copy color: '#A27BFC'

red 162 ◦ green 123 ◦ blue 252

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

Shades of Light Slate Blue #A27BFC

Tints of Light Slate Blue #A27BFC

RGB

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

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

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

R = 30.17%
G = 22.91%
B = 46.93%

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

#A27BFC (or 0xA27BFC) is known color: Light Slate Blue. HEX triplet: A2, 7B and FC. RGB value is (162,123,252). Sum of RGB (Red+Green+Blue) = 162+123+252=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 123 (48.44% from 255 or 22.91% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #A27BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27BFC is #5D8403. Grayscale: #949494. Windows color (decimal): -6128644 or 16546722. OLE color: 16546722.

HSL color Cylindrical-coordinate representation of color #A27BFC: hue angle of 258.14º degrees, saturation: 0.96, 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 #A27BFC is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 123 252 -
CMYK 0.36 0.51 0 0.01
HSL 258.14º 0.96% 0.74% -
HSV(B) 258.14º 0.51% 0.99% -
XYZ 39.55 28.88 95.58 -
YUV 149.37 185.92 137.01 -
System Red Green Blue C M Y K H S L
Decimal 162 123 252 0.36 0.51 0 0.01 258.14 0.96 0.74
Hex A2 7B FC 24 33 0 1 102 60 4A
Octal 242 173 374 44 63 0 1 402 140 112
Binary 10100010 1111011 11111100 100100 110011 0 1 100000010 1100000 1001010

Color Harmonies of #A27BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27BFC

Black with #A27BFC

Text Example


Text Example

White with #A27BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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