Html Css Color HEX #A065FD Light Slate Blue

📋 copy color: '#A065FD'

red 160 ◦ green 101 ◦ blue 253

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

Shades of Light Slate Blue #A065FD

Tints of Light Slate Blue #A065FD

RGB

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

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

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

R = 31.13%
G = 19.65%
B = 49.22%

CMYK

 C value IS 0.37

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A065FD (or 0xA065FD) is known color: Light Slate Blue. HEX triplet: A0, 65 and FD. RGB value is (160,101,253). Sum of RGB (Red+Green+Blue) = 160+101+253=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #A065FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A065FD is #5F9A02. Grayscale: #878787. Windows color (decimal): -6265347 or 16606624. OLE color: 16606624.

HSL color Cylindrical-coordinate representation of color #A065FD: hue angle of 263.29º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A065FD is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 101 253 -
CMYK 0.37 0.60 0 0.01
HSL 263.29º 0.97% 0.69% -
HSV(B) 263.29º 0.6% 0.99% -
XYZ 36.88 23.87 95.59 -
YUV 135.97 194.05 145.14 -
System Red Green Blue C M Y K H S L
Decimal 160 101 253 0.37 0.60 0 0.01 263.29 0.97 0.69
Hex A0 65 FD 25 3C 0 1 107 61 45
Octal 240 145 375 45 74 0 1 407 141 105
Binary 10100000 1100101 11111101 100101 111100 0 1 100000111 1100001 1000101

Color Harmonies of #A065FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065FD

Black with #A065FD

Text Example


Text Example

White with #A065FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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