Html Css Color HEX #A265FE Light Slate Blue

📋 copy color: '#A265FE'

red 162 ◦ green 101 ◦ blue 254

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

Shades of Light Slate Blue #A265FE

Tints of Light Slate Blue #A265FE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.54%

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

R = 31.33%
G = 19.54%
B = 49.13%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A265FE (or 0xA265FE) is known color: Light Slate Blue. HEX triplet: A2, 65 and FE. RGB value is (162,101,254). Sum of RGB (Red+Green+Blue) = 162+101+254=517 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.33% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #A265FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A265FE is #5D9A01. Grayscale: #888888. Windows color (decimal): -6134274 or 16672162. OLE color: 16672162.

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

Color convert

RGB 162 101 254 -
CMYK 0.36 0.60 0 0.00
HSL 263.92º 0.99% 0.7% -
HSV(B) 263.92º 0.6% 1% -
XYZ 37.44 24.14 96.45 -
YUV 136.68 194.21 146.06 -
System Red Green Blue C M Y K H S L
Decimal 162 101 254 0.36 0.60 0 0.00 263.92 0.99 0.7
Hex A2 65 FE 24 3C 0 0 108 63 46
Octal 242 145 376 44 74 0 0 410 143 106
Binary 10100010 1100101 11111110 100100 111100 0 0 100001000 1100011 1000110

Color Harmonies of #A265FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A265FE

Black with #A265FE

Text Example


Text Example

White with #A265FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A265FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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