Html Css Color HEX #A065FA Medium Purple

📋 copy color: '#A065FA'

red 160 ◦ green 101 ◦ blue 250

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

Shades of Medium Purple #A065FA

Tints of Medium Purple #A065FA

RGB

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

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

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

R = 31.31%
G = 19.77%
B = 48.92%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A065FA (or 0xA065FA) is known color: Medium Purple. HEX triplet: A0, 65 and FA. RGB value is (160,101,250). Sum of RGB (Red+Green+Blue) = 160+101+250=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #A065FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A065FA is #5F9A05. Grayscale: #878787. Windows color (decimal): -6265350 or 16410016. OLE color: 16410016.

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

Color convert

RGB 160 101 250 -
CMYK 0.36 0.60 0 0.02
HSL 263.76º 0.94% 0.69% -
HSV(B) 263.76º 0.6% 0.98% -
XYZ 36.41 23.68 93.09 -
YUV 135.63 192.55 145.38 -
System Red Green Blue C M Y K H S L
Decimal 160 101 250 0.36 0.60 0 0.02 263.76 0.94 0.69
Hex A0 65 FA 24 3C 0 2 108 5E 45
Octal 240 145 372 44 74 0 2 410 136 105
Binary 10100000 1100101 11111010 100100 111100 0 10 100001000 1011110 1000101

Color Harmonies of #A065FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065FA

Black with #A065FA

Text Example


Text Example

White with #A065FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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