Html Css Color HEX #A27BFF Light Slate Blue

📋 copy color: '#A27BFF'

red 162 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #A27BFF

Tints of Light Slate Blue #A27BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.22%

R = 30%
G = 22.78%
B = 47.22%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A27BFF (or 0xA27BFF) is known color: Light Slate Blue. HEX triplet: A2, 7B and FF. RGB value is (162,123,255). Sum of RGB (Red+Green+Blue) = 162+123+255=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #A27BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27BFF is #5D8400. Grayscale: #959595. Windows color (decimal): -6128641 or 16743330. OLE color: 16743330.

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

Color convert

RGB 162 123 255 -
CMYK 0.36 0.52 0 0
HSL 257.73º 1% 0.74% -
HSV(B) 257.73º 0.52% 1% -
XYZ 40.03 29.07 98.11 -
YUV 149.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 162 123 255 0.36 0.52 0 0 257.73 1 0.74
Hex A2 7B FF 24 34 0 0 102 64 4A
Octal 242 173 377 44 64 0 0 402 144 112
Binary 10100010 1111011 11111111 100100 110100 0 0 100000010 1100100 1001010

Color Harmonies of #A27BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27BFF

Black with #A27BFF

Text Example


Text Example

White with #A27BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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