Html Css Color HEX #A45FFC Medium Purple

📋 copy color: '#A45FFC'

red 164 ◦ green 95 ◦ blue 252

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

Shades of Medium Purple #A45FFC

Tints of Medium Purple #A45FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 32.09%
G = 18.59%
B = 49.32%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A45FFC (or 0xA45FFC) is known color: Medium Purple. HEX triplet: A4, 5F and FC. RGB value is (164,95,252). Sum of RGB (Red+Green+Blue) = 164+95+252=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 95 (37.5% from 255 or 18.59% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #A45FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45FFC is #5BA003. Grayscale: #848484. Windows color (decimal): -6004740 or 16539556. OLE color: 16539556.

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

Color convert

RGB 164 95 252 -
CMYK 0.35 0.62 0 0.01
HSL 266.37º 0.96% 0.68% -
HSV(B) 266.37º 0.62% 0.99% -
XYZ 36.97 23.11 94.61 -
YUV 133.53 194.86 149.73 -
System Red Green Blue C M Y K H S L
Decimal 164 95 252 0.35 0.62 0 0.01 266.37 0.96 0.68
Hex A4 5F FC 23 3E 0 1 10A 60 44
Octal 244 137 374 43 76 0 1 412 140 104
Binary 10100100 1011111 11111100 100011 111110 0 1 100001010 1100000 1000100

Color Harmonies of #A45FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45FFC

Black with #A45FFC

Text Example


Text Example

White with #A45FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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