Html Css Color HEX #A568FC Medium Purple

📋 copy color: '#A568FC'

red 165 ◦ green 104 ◦ blue 252

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

Shades of Medium Purple #A568FC

Tints of Medium Purple #A568FC

RGB

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

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

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

R = 31.67%
G = 19.96%
B = 48.37%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A568FC (or 0xA568FC) is known color: Medium Purple. HEX triplet: A5, 68 and FC. RGB value is (165,104,252). Sum of RGB (Red+Green+Blue) = 165+104+252=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #A568FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A568FC is #5A9703. Grayscale: #8A8A8A. Windows color (decimal): -5936900 or 16541861. OLE color: 16541861.

HSL color Cylindrical-coordinate representation of color #A568FC: hue angle of 264.73º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A568FC is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 165 104 252 -
CMYK 0.35 0.59 0 0.01
HSL 264.73º 0.96% 0.7% -
HSV(B) 264.73º 0.59% 0.99% -
XYZ 38.04 24.93 94.9 -
YUV 139.11 191.71 146.47 -
System Red Green Blue C M Y K H S L
Decimal 165 104 252 0.35 0.59 0 0.01 264.73 0.96 0.7
Hex A5 68 FC 23 3B 0 1 109 60 46
Octal 245 150 374 43 73 0 1 411 140 106
Binary 10100101 1101000 11111100 100011 111011 0 1 100001001 1100000 1000110

Color Harmonies of #A568FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A568FC

Black with #A568FC

Text Example


Text Example

White with #A568FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A568FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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