Html Css Color HEX #A285EB Medium Purple

📋 copy color: '#A285EB'

red 162 ◦ green 133 ◦ blue 235

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

Shades of Medium Purple #A285EB

Tints of Medium Purple #A285EB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.09%

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

R = 30.57%
G = 25.09%
B = 44.34%

CMYK

 C value IS 0.31

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A285EB (or 0xA285EB) is known color: Medium Purple. HEX triplet: A2, 85 and EB. RGB value is (162,133,235). Sum of RGB (Red+Green+Blue) = 162+133+235=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 235 (92.19% from 255 or 44.34% from 530); Max value from RGB is 235 - color contains mainly: blue. Hex color #A285EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A285EB is #5D7A14. Grayscale: #989898. Windows color (decimal): -6126101 or 15435170. OLE color: 15435170.

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

Color convert

RGB 162 133 235 -
CMYK 0.31 0.43 0 0.08
HSL 257.06º 0.72% 0.72% -
HSV(B) 257.06º 0.43% 0.92% -
XYZ 38.28 30.45 82.46 -
YUV 153.3 174.11 134.21 -
System Red Green Blue C M Y K H S L
Decimal 162 133 235 0.31 0.43 0 0.08 257.06 0.72 0.72
Hex A2 85 EB 1F 2B 0 8 101 48 48
Octal 242 205 353 37 53 0 10 401 110 110
Binary 10100010 10000101 11101011 11111 101011 0 1000 100000001 1001000 1001000

Color Harmonies of #A285EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A285EB

Black with #A285EB

Text Example


Text Example

White with #A285EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A285EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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