Html Css Color HEX #A26CFD Light Slate Blue

📋 copy color: '#A26CFD'

red 162 ◦ green 108 ◦ blue 253

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

Shades of Light Slate Blue #A26CFD

Tints of Light Slate Blue #A26CFD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.65%

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

R = 30.98%
G = 20.65%
B = 48.37%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A26CFD (or 0xA26CFD) is known color: Light Slate Blue. HEX triplet: A2, 6C and FD. RGB value is (162,108,253). Sum of RGB (Red+Green+Blue) = 162+108+253=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #A26CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26CFD is #5D9302. Grayscale: #8C8C8C. Windows color (decimal): -6132483 or 16608418. OLE color: 16608418.

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

Color convert

RGB 162 108 253 -
CMYK 0.36 0.57 0 0.01
HSL 262.34º 0.97% 0.71% -
HSV(B) 262.34º 0.57% 0.99% -
XYZ 37.99 25.5 95.85 -
YUV 140.68 191.39 143.21 -
System Red Green Blue C M Y K H S L
Decimal 162 108 253 0.36 0.57 0 0.01 262.34 0.97 0.71
Hex A2 6C FD 24 39 0 1 106 61 47
Octal 242 154 375 44 71 0 1 406 141 107
Binary 10100010 1101100 11111101 100100 111001 0 1 100000110 1100001 1000111

Color Harmonies of #A26CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CFD

Black with #A26CFD

Text Example


Text Example

White with #A26CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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