Html Css Color HEX #A05FFB Medium Purple

📋 copy color: '#A05FFB'

red 160 ◦ green 95 ◦ blue 251

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

Shades of Medium Purple #A05FFB

Tints of Medium Purple #A05FFB

RGB

 RED value IS 160 (62.89% from 255) = 31.62%

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

 BLUE value IS 251 (98.44% from 255) = 49.6%

R = 31.62%
G = 18.77%
B = 49.6%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A05FFB (or 0xA05FFB) is known color: Medium Purple. HEX triplet: A0, 5F and FB. RGB value is (160,95,251). Sum of RGB (Red+Green+Blue) = 160+95+251=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #A05FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05FFB is #5FA004. Grayscale: #838383. Windows color (decimal): -6266885 or 16474016. OLE color: 16474016.

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

Color convert

RGB 160 95 251 -
CMYK 0.36 0.62 0 0.02
HSL 265º 0.95% 0.68% -
HSV(B) 265º 0.62% 0.98% -
XYZ 36 22.62 93.74 -
YUV 132.22 195.03 147.82 -
System Red Green Blue C M Y K H S L
Decimal 160 95 251 0.36 0.62 0 0.02 265 0.95 0.68
Hex A0 5F FB 24 3E 0 2 109 5F 44
Octal 240 137 373 44 76 0 2 411 137 104
Binary 10100000 1011111 11111011 100100 111110 0 10 100001001 1011111 1000100

Color Harmonies of #A05FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05FFB

Black with #A05FFB

Text Example


Text Example

White with #A05FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05FFB; }

 p { color: rgb(160,95,251); }

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

background-color css

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

 a { background-color: rgb(160,95,251); }

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

border-color css

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

 span { border-color: rgb(160,95,251); }

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