Html Css Color HEX #A26CED Medium Purple

📋 copy color: '#A26CED'

red 162 ◦ green 108 ◦ blue 237

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

Shades of Medium Purple #A26CED

Tints of Medium Purple #A26CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 31.95%
G = 21.3%
B = 46.75%

CMYK

 C value IS 0.32

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A26CED (or 0xA26CED) is known color: Medium Purple. HEX triplet: A2, 6C and ED. RGB value is (162,108,237). Sum of RGB (Red+Green+Blue) = 162+108+237=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #A26CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26CED is #5D9312. Grayscale: #8A8A8A. Windows color (decimal): -6132499 or 15559842. OLE color: 15559842.

HSL color Cylindrical-coordinate representation of color #A26CED: hue angle of 265.12º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A26CED is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 108 237 -
CMYK 0.32 0.54 0 0.07
HSL 265.12º 0.78% 0.68% -
HSV(B) 265.12º 0.54% 0.93% -
XYZ 35.55 24.52 82.98 -
YUV 138.85 183.39 144.51 -
System Red Green Blue C M Y K H S L
Decimal 162 108 237 0.32 0.54 0 0.07 265.12 0.78 0.68
Hex A2 6C ED 20 36 0 7 109 4E 44
Octal 242 154 355 40 66 0 7 411 116 104
Binary 10100010 1101100 11101101 100000 110110 0 111 100001001 1001110 1000100

Color Harmonies of #A26CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A26CED

Black with #A26CED

Text Example


Text Example

White with #A26CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A26CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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