Html Css Color HEX #A265FA Medium Purple

📋 copy color: '#A265FA'

red 162 ◦ green 101 ◦ blue 250

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

Shades of Medium Purple #A265FA

Tints of Medium Purple #A265FA

RGB

 RED value IS 162 (63.67% from 255) = 31.58%

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

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

R = 31.58%
G = 19.69%
B = 48.73%

CMYK

 C value IS 0.35

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A265FA (or 0xA265FA) is known color: Medium Purple. HEX triplet: A2, 65 and FA. RGB value is (162,101,250). Sum of RGB (Red+Green+Blue) = 162+101+250=513 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.58% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #A265FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A265FA is #5D9A05. Grayscale: #878787. Windows color (decimal): -6134278 or 16410018. OLE color: 16410018.

HSL color Cylindrical-coordinate representation of color #A265FA: hue angle of 264.56º 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 #A265FA is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 101 250 -
CMYK 0.35 0.60 0 0.02
HSL 264.56º 0.94% 0.69% -
HSV(B) 264.56º 0.6% 0.98% -
XYZ 36.81 23.89 93.11 -
YUV 136.23 192.21 146.38 -
System Red Green Blue C M Y K H S L
Decimal 162 101 250 0.35 0.60 0 0.02 264.56 0.94 0.69
Hex A2 65 FA 23 3C 0 2 109 5E 45
Octal 242 145 372 43 74 0 2 411 136 105
Binary 10100010 1100101 11111010 100011 111100 0 10 100001001 1011110 1000101

Color Harmonies of #A265FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A265FA

Black with #A265FA

Text Example


Text Example

White with #A265FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A265FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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