Html Css Color HEX #A065FC Light Slate Blue

📋 copy color: '#A065FC'

red 160 ◦ green 101 ◦ blue 252

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

Shades of Light Slate Blue #A065FC

Tints of Light Slate Blue #A065FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 31.19%
G = 19.69%
B = 49.12%

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

#A065FC (or 0xA065FC) is known color: Light Slate Blue. HEX triplet: A0, 65 and FC. RGB value is (160,101,252). Sum of RGB (Red+Green+Blue) = 160+101+252=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #A065FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A065FC is #5F9A03. Grayscale: #878787. Windows color (decimal): -6265348 or 16541088. OLE color: 16541088.

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

Color convert

RGB 160 101 252 -
CMYK 0.37 0.60 0 0.01
HSL 263.44º 0.96% 0.69% -
HSV(B) 263.44º 0.6% 0.99% -
XYZ 36.72 23.81 94.76 -
YUV 135.86 193.55 145.22 -
System Red Green Blue C M Y K H S L
Decimal 160 101 252 0.37 0.60 0 0.01 263.44 0.96 0.69
Hex A0 65 FC 25 3C 0 1 107 60 45
Octal 240 145 374 45 74 0 1 407 140 105
Binary 10100000 1100101 11111100 100101 111100 0 1 100000111 1100000 1000101

Color Harmonies of #A065FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065FC

Black with #A065FC

Text Example


Text Example

White with #A065FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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