Html Css Color HEX #A568FA Medium Purple

📋 copy color: '#A568FA'

red 165 ◦ green 104 ◦ blue 250

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

Shades of Medium Purple #A568FA

Tints of Medium Purple #A568FA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.04%

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

R = 31.79%
G = 20.04%
B = 48.17%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A568FA (or 0xA568FA) is known color: Medium Purple. HEX triplet: A5, 68 and FA. RGB value is (165,104,250). Sum of RGB (Red+Green+Blue) = 165+104+250=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #A568FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A568FA is #5A9705. Grayscale: #8A8A8A. Windows color (decimal): -5936902 or 16410789. OLE color: 16410789.

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

Color convert

RGB 165 104 250 -
CMYK 0.34 0.58 0 0.02
HSL 265.07º 0.94% 0.69% -
HSV(B) 265.07º 0.58% 0.98% -
XYZ 37.72 24.8 93.24 -
YUV 138.88 190.71 146.63 -
System Red Green Blue C M Y K H S L
Decimal 165 104 250 0.34 0.58 0 0.02 265.07 0.94 0.69
Hex A5 68 FA 22 3A 0 2 109 5E 45
Octal 245 150 372 42 72 0 2 411 136 105
Binary 10100101 1101000 11111010 100010 111010 0 10 100001001 1011110 1000101

Color Harmonies of #A568FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A568FA

Black with #A568FA

Text Example


Text Example

White with #A568FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A568FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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