Html Css Color HEX #A065F0 Medium Purple

📋 copy color: '#A065F0'

red 160 ◦ green 101 ◦ blue 240

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

Shades of Medium Purple #A065F0

Tints of Medium Purple #A065F0

RGB

 RED value IS 160 (62.89% from 255) = 31.94%

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

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

R = 31.94%
G = 20.16%
B = 47.9%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A065F0 (or 0xA065F0) is known color: Medium Purple. HEX triplet: A0, 65 and F0. RGB value is (160,101,240). Sum of RGB (Red+Green+Blue) = 160+101+240=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #A065F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A065F0 is #5F9A0F. Grayscale: #858585. Windows color (decimal): -6265360 or 15754656. OLE color: 15754656.

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

Color convert

RGB 160 101 240 -
CMYK 0.33 0.58 0 0.06
HSL 265.47º 0.82% 0.67% -
HSV(B) 265.47º 0.58% 0.94% -
XYZ 34.88 23.07 85.05 -
YUV 134.49 187.55 146.2 -
System Red Green Blue C M Y K H S L
Decimal 160 101 240 0.33 0.58 0 0.06 265.47 0.82 0.67
Hex A0 65 F0 21 3A 0 6 109 52 43
Octal 240 145 360 41 72 0 6 411 122 103
Binary 10100000 1100101 11110000 100001 111010 0 110 100001001 1010010 1000011

Color Harmonies of #A065F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065F0

Black with #A065F0

Text Example


Text Example

White with #A065F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065F0; }

 p { color: rgb(160,101,240); }

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

background-color css

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

 a { background-color: rgb(160,101,240); }

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

border-color css

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

 span { border-color: rgb(160,101,240); }

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