Html Css Color HEX #A271FB Light Slate Blue

📋 copy color: '#A271FB'

red 162 ◦ green 113 ◦ blue 251

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

Shades of Light Slate Blue #A271FB

Tints of Light Slate Blue #A271FB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.48%

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

R = 30.8%
G = 21.48%
B = 47.72%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A271FB (or 0xA271FB) is known color: Light Slate Blue. HEX triplet: A2, 71 and FB. RGB value is (162,113,251). Sum of RGB (Red+Green+Blue) = 162+113+251=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 113 (44.53% from 255 or 21.48% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #A271FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271FB is #5D8E04. Grayscale: #8E8E8E. Windows color (decimal): -6131205 or 16478626. OLE color: 16478626.

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

Color convert

RGB 162 113 251 -
CMYK 0.35 0.55 0 0.02
HSL 261.3º 0.95% 0.71% -
HSV(B) 261.3º 0.55% 0.98% -
XYZ 38.22 26.46 94.36 -
YUV 143.38 188.73 141.28 -
System Red Green Blue C M Y K H S L
Decimal 162 113 251 0.35 0.55 0 0.02 261.3 0.95 0.71
Hex A2 71 FB 23 37 0 2 105 5F 47
Octal 242 161 373 43 67 0 2 405 137 107
Binary 10100010 1110001 11111011 100011 110111 0 10 100000101 1011111 1000111

Color Harmonies of #A271FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A271FB

Black with #A271FB

Text Example


Text Example

White with #A271FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A271FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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