Html Css Color HEX #A885F3 Medium Purple

📋 copy color: '#A885F3'

red 168 ◦ green 133 ◦ blue 243

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

Shades of Medium Purple #A885F3

Tints of Medium Purple #A885F3

RGB

 RED value IS 168 (66.02% from 255) = 30.88%

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

 BLUE value IS 243 (95.31% from 255) = 44.67%

R = 30.88%
G = 24.45%
B = 44.67%

CMYK

 C value IS 0.31

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A885F3 (or 0xA885F3) is known color: Medium Purple. HEX triplet: A8, 85 and F3. RGB value is (168,133,243). Sum of RGB (Red+Green+Blue) = 168+133+243=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #A885F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A885F3 is #577A0C. Grayscale: #9B9B9B. Windows color (decimal): -5732877 or 15959464. OLE color: 15959464.

HSL color Cylindrical-coordinate representation of color #A885F3: hue angle of 259.09º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A885F3 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 133 243 -
CMYK 0.31 0.45 0 0.05
HSL 259.09º 0.82% 0.74% -
HSV(B) 259.09º 0.45% 0.95% -
XYZ 40.71 31.57 88.74 -
YUV 156.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 168 133 243 0.31 0.45 0 0.05 259.09 0.82 0.74
Hex A8 85 F3 1F 2D 0 5 103 52 4A
Octal 250 205 363 37 55 0 5 403 122 112
Binary 10101000 10000101 11110011 11111 101101 0 101 100000011 1010010 1001010

Color Harmonies of #A885F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A885F3

Black with #A885F3

Text Example


Text Example

White with #A885F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A885F3; }

 p { color: rgb(168,133,243); }

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

background-color css

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

 a { background-color: rgb(168,133,243); }

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

border-color css

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

 span { border-color: rgb(168,133,243); }

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