Html Css Color HEX #A269EB Medium Purple

📋 copy color: '#A269EB'

red 162 ◦ green 105 ◦ blue 235

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

Shades of Medium Purple #A269EB

Tints of Medium Purple #A269EB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.92%

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 32.27%
G = 20.92%
B = 46.81%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A269EB (or 0xA269EB) is known color: Medium Purple. HEX triplet: A2, 69 and EB. RGB value is (162,105,235). Sum of RGB (Red+Green+Blue) = 162+105+235=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #A269EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A269EB is #5D9614. Grayscale: #888888. Windows color (decimal): -6133269 or 15428002. OLE color: 15428002.

HSL color Cylindrical-coordinate representation of color #A269EB: hue angle of 266.31º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A269EB is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 105 235 -
CMYK 0.31 0.55 0 0.08
HSL 266.31º 0.76% 0.67% -
HSV(B) 266.31º 0.55% 0.92% -
XYZ 34.95 23.78 81.35 -
YUV 136.86 183.38 145.93 -
System Red Green Blue C M Y K H S L
Decimal 162 105 235 0.31 0.55 0 0.08 266.31 0.76 0.67
Hex A2 69 EB 1F 37 0 8 10A 4C 43
Octal 242 151 353 37 67 0 10 412 114 103
Binary 10100010 1101001 11101011 11111 110111 0 1000 100001010 1001100 1000011

Color Harmonies of #A269EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A269EB

Black with #A269EB

Text Example


Text Example

White with #A269EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A269EB; }

 p { color: rgb(162,105,235); }

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

background-color css

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

 a { background-color: rgb(162,105,235); }

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

border-color css

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

 span { border-color: rgb(162,105,235); }

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