Html Css Color HEX #A26CF2 Medium Purple

📋 copy color: '#A26CF2'

red 162 ◦ green 108 ◦ blue 242

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

Shades of Medium Purple #A26CF2

Tints of Medium Purple #A26CF2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.09%

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

R = 31.64%
G = 21.09%
B = 47.27%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A26CF2 (or 0xA26CF2) is known color: Medium Purple. HEX triplet: A2, 6C and F2. RGB value is (162,108,242). Sum of RGB (Red+Green+Blue) = 162+108+242=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #A26CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26CF2 is #5D930D. Grayscale: #8A8A8A. Windows color (decimal): -6132494 or 15887522. OLE color: 15887522.

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

Color convert

RGB 162 108 242 -
CMYK 0.33 0.55 0 0.05
HSL 264.18º 0.84% 0.69% -
HSV(B) 264.18º 0.55% 0.95% -
XYZ 36.29 24.82 86.88 -
YUV 139.42 185.89 144.1 -
System Red Green Blue C M Y K H S L
Decimal 162 108 242 0.33 0.55 0 0.05 264.18 0.84 0.69
Hex A2 6C F2 21 37 0 5 108 54 45
Octal 242 154 362 41 67 0 5 410 124 105
Binary 10100010 1101100 11110010 100001 110111 0 101 100001000 1010100 1000101

Color Harmonies of #A26CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CF2

Black with #A26CF2

Text Example


Text Example

White with #A26CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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