Html Css Color HEX #A85FFD Medium Purple

📋 copy color: '#A85FFD'

red 168 ◦ green 95 ◦ blue 253

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

Shades of Medium Purple #A85FFD

Tints of Medium Purple #A85FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.41%

 BLUE value IS 253 (99.22% from 255) = 49.03%

R = 32.56%
G = 18.41%
B = 49.03%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A85FFD (or 0xA85FFD) is known color: Medium Purple. HEX triplet: A8, 5F and FD. RGB value is (168,95,253). Sum of RGB (Red+Green+Blue) = 168+95+253=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 95 (37.5% from 255 or 18.41% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #A85FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A85FFD is #57A002. Grayscale: #868686. Windows color (decimal): -5742595 or 16605096. OLE color: 16605096.

HSL color Cylindrical-coordinate representation of color #A85FFD: hue angle of 267.72º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A85FFD is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 95 253 -
CMYK 0.34 0.62 0 0.01
HSL 267.72º 0.98% 0.68% -
HSV(B) 267.72º 0.62% 0.99% -
XYZ 37.97 23.6 95.48 -
YUV 134.84 194.68 151.65 -
System Red Green Blue C M Y K H S L
Decimal 168 95 253 0.34 0.62 0 0.01 267.72 0.98 0.68
Hex A8 5F FD 22 3E 0 1 10C 62 44
Octal 250 137 375 42 76 0 1 414 142 104
Binary 10101000 1011111 11111101 100010 111110 0 1 100001100 1100010 1000100

Color Harmonies of #A85FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85FFD

Black with #A85FFD

Text Example


Text Example

White with #A85FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85FFD; }

 p { color: rgb(168,95,253); }

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

background-color css

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

 a { background-color: rgb(168,95,253); }

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

border-color css

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

 span { border-color: rgb(168,95,253); }

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