Html Css Color HEX #A268FD Light Slate Blue

📋 copy color: '#A268FD'

red 162 ◦ green 104 ◦ blue 253

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

Shades of Light Slate Blue #A268FD

Tints of Light Slate Blue #A268FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.04%

 BLUE value IS 253 (99.22% from 255) = 48.75%

R = 31.21%
G = 20.04%
B = 48.75%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A268FD (or 0xA268FD) is known color: Light Slate Blue. HEX triplet: A2, 68 and FD. RGB value is (162,104,253). Sum of RGB (Red+Green+Blue) = 162+104+253=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #A268FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A268FD is #5D9702. Grayscale: #898989. Windows color (decimal): -6133507 or 16607394. OLE color: 16607394.

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

Color convert

RGB 162 104 253 -
CMYK 0.36 0.59 0 0.01
HSL 263.36º 0.97% 0.7% -
HSV(B) 263.36º 0.59% 0.99% -
XYZ 37.58 24.67 95.71 -
YUV 138.33 192.72 144.88 -
System Red Green Blue C M Y K H S L
Decimal 162 104 253 0.36 0.59 0 0.01 263.36 0.97 0.7
Hex A2 68 FD 24 3B 0 1 107 61 46
Octal 242 150 375 44 73 0 1 407 141 106
Binary 10100010 1101000 11111101 100100 111011 0 1 100000111 1100001 1000110

Color Harmonies of #A268FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A268FD

Black with #A268FD

Text Example


Text Example

White with #A268FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A268FD; }

 p { color: rgb(162,104,253); }

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

background-color css

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

 a { background-color: rgb(162,104,253); }

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

border-color css

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

 span { border-color: rgb(162,104,253); }

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