Html Css Color HEX #A264FE Light Slate Blue

📋 copy color: '#A264FE'

red 162 ◦ green 100 ◦ blue 254

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

Shades of Light Slate Blue #A264FE

Tints of Light Slate Blue #A264FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.38%

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

R = 31.4%
G = 19.38%
B = 49.22%

CMYK

 C value IS 0.36

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A264FE (or 0xA264FE) is known color: Light Slate Blue. HEX triplet: A2, 64 and FE. RGB value is (162,100,254). Sum of RGB (Red+Green+Blue) = 162+100+254=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #A264FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A264FE is #5D9B01. Grayscale: #878787. Windows color (decimal): -6134530 or 16671906. OLE color: 16671906.

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

Color convert

RGB 162 100 254 -
CMYK 0.36 0.61 0 0.00
HSL 264.16º 0.99% 0.69% -
HSV(B) 264.16º 0.61% 1% -
XYZ 37.35 23.95 96.42 -
YUV 136.09 194.54 146.48 -
System Red Green Blue C M Y K H S L
Decimal 162 100 254 0.36 0.61 0 0.00 264.16 0.99 0.69
Hex A2 64 FE 24 3D 0 0 108 63 45
Octal 242 144 376 44 75 0 0 410 143 105
Binary 10100010 1100100 11111110 100100 111101 0 0 100001000 1100011 1000101

Color Harmonies of #A264FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A264FE

Black with #A264FE

Text Example


Text Example

White with #A264FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A264FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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