Html Css Color HEX #A952FC Medium Orchid

📋 copy color: '#A952FC'

red 169 ◦ green 82 ◦ blue 252

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

Shades of Medium Orchid #A952FC

Tints of Medium Orchid #A952FC

RGB

 RED value IS 169 (66.41% from 255) = 33.6%

 GREEN value IS 82 (32.42% from 255) = 16.3%

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

R = 33.6%
G = 16.3%
B = 50.1%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A952FC (or 0xA952FC) is known color: Medium Orchid. HEX triplet: A9, 52 and FC. RGB value is (169,82,252). Sum of RGB (Red+Green+Blue) = 169+82+252=503 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.60% from 503); Green value is 82 (32.42% from 255 or 16.30% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #A952FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A952FC is #56AD03. Grayscale: #7E7E7E. Windows color (decimal): -5680388 or 16536233. OLE color: 16536233.

HSL color Cylindrical-coordinate representation of color #A952FC: hue angle of 270.71º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A952FC is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 169 82 252 -
CMYK 0.33 0.67 0 0.01
HSL 270.71º 0.97% 0.65% -
HSV(B) 270.71º 0.67% 0.99% -
XYZ 36.95 21.5 94.3 -
YUV 127.39 198.32 157.68 -
System Red Green Blue C M Y K H S L
Decimal 169 82 252 0.33 0.67 0 0.01 270.71 0.97 0.65
Hex A9 52 FC 21 43 0 1 10F 61 41
Octal 251 122 374 41 103 0 1 417 141 101
Binary 10101001 1010010 11111100 100001 1000011 0 1 100001111 1100001 1000001

Color Harmonies of #A952FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A952FC

Black with #A952FC

Text Example


Text Example

White with #A952FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A952FC; }

 p { color: rgb(169,82,252); }

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

background-color css

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

 a { background-color: rgb(169,82,252); }

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

border-color css

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

 span { border-color: rgb(169,82,252); }

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