Html Css Color HEX #A267FE Light Slate Blue

📋 copy color: '#A267FE'

red 162 ◦ green 103 ◦ blue 254

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

Shades of Light Slate Blue #A267FE

Tints of Light Slate Blue #A267FE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.85%

 BLUE value IS 254 (99.61% from 255) = 48.94%

R = 31.21%
G = 19.85%
B = 48.94%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A267FE (or 0xA267FE) is known color: Light Slate Blue. HEX triplet: A2, 67 and FE. RGB value is (162,103,254). Sum of RGB (Red+Green+Blue) = 162+103+254=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 103 (40.62% from 255 or 19.85% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #A267FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A267FE is #5D9801. Grayscale: #898989. Windows color (decimal): -6133762 or 16672674. OLE color: 16672674.

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

Color convert

RGB 162 103 254 -
CMYK 0.36 0.59 0 0.00
HSL 263.44º 0.99% 0.7% -
HSV(B) 263.44º 0.59% 1% -
XYZ 37.64 24.54 96.52 -
YUV 137.86 193.55 145.22 -
System Red Green Blue C M Y K H S L
Decimal 162 103 254 0.36 0.59 0 0.00 263.44 0.99 0.7
Hex A2 67 FE 24 3B 0 0 107 63 46
Octal 242 147 376 44 73 0 0 407 143 106
Binary 10100010 1100111 11111110 100100 111011 0 0 100000111 1100011 1000110

Color Harmonies of #A267FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A267FE

Black with #A267FE

Text Example


Text Example

White with #A267FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A267FE; }

 p { color: rgb(162,103,254); }

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

background-color css

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

 a { background-color: rgb(162,103,254); }

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

border-color css

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

 span { border-color: rgb(162,103,254); }

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