Html Css Color HEX #A296FD Light Slate Blue

📋 copy color: '#A296FD'

red 162 ◦ green 150 ◦ blue 253

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

Shades of Light Slate Blue #A296FD

Tints of Light Slate Blue #A296FD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.55%

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

R = 28.67%
G = 26.55%
B = 44.78%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A296FD (or 0xA296FD) is known color: Light Slate Blue. HEX triplet: A2, 96 and FD. RGB value is (162,150,253). Sum of RGB (Red+Green+Blue) = 162+150+253=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #A296FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A296FD is #5D6902. Grayscale: #A4A4A4. Windows color (decimal): -6121731 or 16619170. OLE color: 16619170.

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

Color convert

RGB 162 150 253 -
CMYK 0.36 0.41 0 0.01
HSL 246.99º 0.96% 0.79% -
HSV(B) 246.99º 0.41% 0.99% -
XYZ 43.54 36.59 97.7 -
YUV 165.33 177.48 125.62 -
System Red Green Blue C M Y K H S L
Decimal 162 150 253 0.36 0.41 0 0.01 246.99 0.96 0.79
Hex A2 96 FD 24 29 0 1 F7 60 4F
Octal 242 226 375 44 51 0 1 367 140 117
Binary 10100010 10010110 11111101 100100 101001 0 1 11110111 1100000 1001111

Color Harmonies of #A296FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A296FD

Black with #A296FD

Text Example


Text Example

White with #A296FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A296FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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