Html Css Color HEX #A27AFB Light Slate Blue

📋 copy color: '#A27AFB'

red 162 ◦ green 122 ◦ blue 251

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

Shades of Light Slate Blue #A27AFB

Tints of Light Slate Blue #A27AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.8%

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

R = 30.28%
G = 22.8%
B = 46.92%

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

#A27AFB (or 0xA27AFB) is known color: Light Slate Blue. HEX triplet: A2, 7A and FB. RGB value is (162,122,251). Sum of RGB (Red+Green+Blue) = 162+122+251=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #A27AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A27AFB is #5D8504. Grayscale: #949494. Windows color (decimal): -6128901 or 16480930. OLE color: 16480930.

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

Color convert

RGB 162 122 251 -
CMYK 0.35 0.51 0 0.02
HSL 258.6º 0.94% 0.73% -
HSV(B) 258.6º 0.51% 0.98% -
XYZ 39.27 28.57 94.71 -
YUV 148.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 162 122 251 0.35 0.51 0 0.02 258.6 0.94 0.73
Hex A2 7A FB 23 33 0 2 103 5E 49
Octal 242 172 373 43 63 0 2 403 136 111
Binary 10100010 1111010 11111011 100011 110011 0 10 100000011 1011110 1001001

Color Harmonies of #A27AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27AFB

Black with #A27AFB

Text Example


Text Example

White with #A27AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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