Html Css Color HEX #A265F2 Medium Purple

📋 copy color: '#A265F2'

red 162 ◦ green 101 ◦ blue 242

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

Shades of Medium Purple #A265F2

Tints of Medium Purple #A265F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.92%

R = 32.08%
G = 20%
B = 47.92%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A265F2 (or 0xA265F2) is known color: Medium Purple. HEX triplet: A2, 65 and F2. RGB value is (162,101,242). Sum of RGB (Red+Green+Blue) = 162+101+242=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #A265F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A265F2 is #5D9A0D. Grayscale: #868686. Windows color (decimal): -6134286 or 15885730. OLE color: 15885730.

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

Color convert

RGB 162 101 242 -
CMYK 0.33 0.58 0 0.05
HSL 265.96º 0.84% 0.67% -
HSV(B) 265.96º 0.58% 0.95% -
XYZ 35.58 23.4 86.65 -
YUV 135.31 188.21 147.04 -
System Red Green Blue C M Y K H S L
Decimal 162 101 242 0.33 0.58 0 0.05 265.96 0.84 0.67
Hex A2 65 F2 21 3A 0 5 10A 54 43
Octal 242 145 362 41 72 0 5 412 124 103
Binary 10100010 1100101 11110010 100001 111010 0 101 100001010 1010100 1000011

Color Harmonies of #A265F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A265F2

Black with #A265F2

Text Example


Text Example

White with #A265F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A265F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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