Html Css Color HEX #A065FE Light Slate Blue

📋 copy color: '#A065FE'

red 160 ◦ green 101 ◦ blue 254

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

Shades of Light Slate Blue #A065FE

Tints of Light Slate Blue #A065FE

RGB

 RED value IS 160 (62.89% from 255) = 31.07%

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

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

R = 31.07%
G = 19.61%
B = 49.32%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A065FE (or 0xA065FE) is known color: Light Slate Blue. HEX triplet: A0, 65 and FE. RGB value is (160,101,254). Sum of RGB (Red+Green+Blue) = 160+101+254=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #A065FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A065FE is #5F9A01. Grayscale: #878787. Windows color (decimal): -6265346 or 16672160. OLE color: 16672160.

HSL color Cylindrical-coordinate representation of color #A065FE: hue angle of 263.14º 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 #A065FE is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 160 101 254 -
CMYK 0.37 0.60 0 0.00
HSL 263.14º 0.99% 0.7% -
HSV(B) 263.14º 0.6% 1% -
XYZ 37.04 23.94 96.43 -
YUV 136.08 194.55 145.06 -
System Red Green Blue C M Y K H S L
Decimal 160 101 254 0.37 0.60 0 0.00 263.14 0.99 0.7
Hex A0 65 FE 25 3C 0 0 107 63 46
Octal 240 145 376 45 74 0 0 407 143 106
Binary 10100000 1100101 11111110 100101 111100 0 0 100000111 1100011 1000110

Color Harmonies of #A065FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065FE

Black with #A065FE

Text Example


Text Example

White with #A065FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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