Html Css Color HEX #A065E5 Medium Purple

📋 copy color: '#A065E5'

red 160 ◦ green 101 ◦ blue 229

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

Shades of Medium Purple #A065E5

Tints of Medium Purple #A065E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.73%

R = 32.65%
G = 20.61%
B = 46.73%

CMYK

 C value IS 0.30

 M value IS 0.56

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A065E5 (or 0xA065E5) is known color: Medium Purple. HEX triplet: A0, 65 and E5. RGB value is (160,101,229). Sum of RGB (Red+Green+Blue) = 160+101+229=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #A065E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065E5 is #5F9A1A. Grayscale: #848484. Windows color (decimal): -6265371 or 15033760. OLE color: 15033760.

HSL color Cylindrical-coordinate representation of color #A065E5: hue angle of 267.66º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A065E5 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 101 229 -
CMYK 0.30 0.56 0 0.10
HSL 267.66º 0.71% 0.65% -
HSV(B) 267.66º 0.56% 0.9% -
XYZ 33.29 22.44 76.7 -
YUV 133.23 182.05 147.09 -
System Red Green Blue C M Y K H S L
Decimal 160 101 229 0.30 0.56 0 0.10 267.66 0.71 0.65
Hex A0 65 E5 1E 38 0 A 10C 47 41
Octal 240 145 345 36 70 0 12 414 107 101
Binary 10100000 1100101 11100101 11110 111000 0 1010 100001100 1000111 1000001

Color Harmonies of #A065E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065E5

Black with #A065E5

Text Example


Text Example

White with #A065E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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