Html Css Color HEX #A565FF Light Slate Blue

📋 copy color: '#A565FF'

red 165 ◦ green 101 ◦ blue 255

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

Shades of Light Slate Blue #A565FF

Tints of Light Slate Blue #A565FF

RGB

 RED value IS 165 (64.84% from 255) = 31.67%

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

 BLUE value IS 255 (100% from 255) = 48.94%

R = 31.67%
G = 19.39%
B = 48.94%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A565FF (or 0xA565FF) is known color: Light Slate Blue. HEX triplet: A5, 65 and FF. RGB value is (165,101,255). Sum of RGB (Red+Green+Blue) = 165+101+255=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #A565FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A565FF is #5A9A00. Grayscale: #898989. Windows color (decimal): -5937665 or 16737701. OLE color: 16737701.

HSL color Cylindrical-coordinate representation of color #A565FF: hue angle of 264.94º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A565FF is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 101 255 -
CMYK 0.35 0.60 0 0
HSL 264.94º 1% 0.7% -
HSV(B) 264.94º 0.6% 1% -
XYZ 38.22 24.53 97.33 -
YUV 137.69 194.2 147.48 -
System Red Green Blue C M Y K H S L
Decimal 165 101 255 0.35 0.60 0 0 264.94 1 0.7
Hex A5 65 FF 23 3C 0 0 109 64 46
Octal 245 145 377 43 74 0 0 411 144 106
Binary 10100101 1100101 11111111 100011 111100 0 0 100001001 1100100 1000110

Color Harmonies of #A565FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565FF

Black with #A565FF

Text Example


Text Example

White with #A565FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565FF; }

 p { color: rgb(165,101,255); }

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

background-color css

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

 a { background-color: rgb(165,101,255); }

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

border-color css

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

 span { border-color: rgb(165,101,255); }

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