Html Css Color HEX #A565FA Medium Purple

📋 copy color: '#A565FA'

red 165 ◦ green 101 ◦ blue 250

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

Shades of Medium Purple #A565FA

Tints of Medium Purple #A565FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 31.98%
G = 19.57%
B = 48.45%

CMYK

 C value IS 0.34

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A565FA (or 0xA565FA) is known color: Medium Purple. HEX triplet: A5, 65 and FA. RGB value is (165,101,250). Sum of RGB (Red+Green+Blue) = 165+101+250=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #A565FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A565FA is #5A9A05. Grayscale: #888888. Windows color (decimal): -5937670 or 16410021. OLE color: 16410021.

HSL color Cylindrical-coordinate representation of color #A565FA: hue angle of 265.77º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A565FA is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 101 250 -
CMYK 0.34 0.60 0 0.02
HSL 265.77º 0.94% 0.69% -
HSV(B) 265.77º 0.6% 0.98% -
XYZ 37.43 24.21 93.14 -
YUV 137.12 191.7 147.88 -
System Red Green Blue C M Y K H S L
Decimal 165 101 250 0.34 0.60 0 0.02 265.77 0.94 0.69
Hex A5 65 FA 22 3C 0 2 10A 5E 45
Octal 245 145 372 42 74 0 2 412 136 105
Binary 10100101 1100101 11111010 100010 111100 0 10 100001010 1011110 1000101

Color Harmonies of #A565FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A565FA

Black with #A565FA

Text Example


Text Example

White with #A565FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A565FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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