Html Css Color HEX #A265F6 Medium Purple

📋 copy color: '#A265F6'

red 162 ◦ green 101 ◦ blue 246

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

Shades of Medium Purple #A265F6

Tints of Medium Purple #A265F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 48.33%

R = 31.83%
G = 19.84%
B = 48.33%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A265F6 (or 0xA265F6) is known color: Medium Purple. HEX triplet: A2, 65 and F6. RGB value is (162,101,246). Sum of RGB (Red+Green+Blue) = 162+101+246=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #A265F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A265F6 is #5D9A09. Grayscale: #878787. Windows color (decimal): -6134282 or 16147874. OLE color: 16147874.

HSL color Cylindrical-coordinate representation of color #A265F6: hue angle of 265.24º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A265F6 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 101 246 -
CMYK 0.34 0.59 0 0.04
HSL 265.24º 0.89% 0.68% -
HSV(B) 265.24º 0.59% 0.96% -
XYZ 36.19 23.64 89.84 -
YUV 135.77 190.21 146.71 -
System Red Green Blue C M Y K H S L
Decimal 162 101 246 0.34 0.59 0 0.04 265.24 0.89 0.68
Hex A2 65 F6 22 3B 0 4 109 59 44
Octal 242 145 366 42 73 0 4 411 131 104
Binary 10100010 1100101 11110110 100010 111011 0 100 100001001 1011001 1000100

Color Harmonies of #A265F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A265F6

Black with #A265F6

Text Example


Text Example

White with #A265F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A265F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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