Html Css Color HEX #A568F0 Medium Purple

📋 copy color: '#A568F0'

red 165 ◦ green 104 ◦ blue 240

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

Shades of Medium Purple #A568F0

Tints of Medium Purple #A568F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.15%

R = 32.42%
G = 20.43%
B = 47.15%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A568F0 (or 0xA568F0) is known color: Medium Purple. HEX triplet: A5, 68 and F0. RGB value is (165,104,240). Sum of RGB (Red+Green+Blue) = 165+104+240=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #A568F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A568F0 is #5A970F. Grayscale: #898989. Windows color (decimal): -5936912 or 15755429. OLE color: 15755429.

HSL color Cylindrical-coordinate representation of color #A568F0: hue angle of 266.91º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A568F0 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 104 240 -
CMYK 0.31 0.57 0 0.06
HSL 266.91º 0.82% 0.67% -
HSV(B) 266.91º 0.57% 0.94% -
XYZ 36.2 24.19 85.2 -
YUV 137.74 185.71 147.44 -
System Red Green Blue C M Y K H S L
Decimal 165 104 240 0.31 0.57 0 0.06 266.91 0.82 0.67
Hex A5 68 F0 1F 39 0 6 10B 52 43
Octal 245 150 360 37 71 0 6 413 122 103
Binary 10100101 1101000 11110000 11111 111001 0 110 100001011 1010010 1000011

Color Harmonies of #A568F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A568F0

Black with #A568F0

Text Example


Text Example

White with #A568F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A568F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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