Html Css Color HEX #A45FFB Medium Purple

📋 copy color: '#A45FFB'

red 164 ◦ green 95 ◦ blue 251

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

Shades of Medium Purple #A45FFB

Tints of Medium Purple #A45FFB

RGB

 RED value IS 164 (64.45% from 255) = 32.16%

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

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

R = 32.16%
G = 18.63%
B = 49.22%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A45FFB (or 0xA45FFB) is known color: Medium Purple. HEX triplet: A4, 5F and FB. RGB value is (164,95,251). Sum of RGB (Red+Green+Blue) = 164+95+251=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #A45FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45FFB is #5BA004. Grayscale: #848484. Windows color (decimal): -6004741 or 16474020. OLE color: 16474020.

HSL color Cylindrical-coordinate representation of color #A45FFB: hue angle of 266.54º 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 #A45FFB is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 164 95 251 -
CMYK 0.35 0.62 0 0.02
HSL 266.54º 0.95% 0.68% -
HSV(B) 266.54º 0.62% 0.98% -
XYZ 36.81 23.04 93.77 -
YUV 133.42 194.36 149.82 -
System Red Green Blue C M Y K H S L
Decimal 164 95 251 0.35 0.62 0 0.02 266.54 0.95 0.68
Hex A4 5F FB 23 3E 0 2 10B 5F 44
Octal 244 137 373 43 76 0 2 413 137 104
Binary 10100100 1011111 11111011 100011 111110 0 10 100001011 1011111 1000100

Color Harmonies of #A45FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45FFB

Black with #A45FFB

Text Example


Text Example

White with #A45FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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