Html Css Color HEX #A952FE Medium Orchid

📋 copy color: '#A952FE'

red 169 ◦ green 82 ◦ blue 254

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

Shades of Medium Orchid #A952FE

Tints of Medium Orchid #A952FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.3%

R = 33.47%
G = 16.24%
B = 50.3%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A952FE (or 0xA952FE) is known color: Medium Orchid. HEX triplet: A9, 52 and FE. RGB value is (169,82,254). Sum of RGB (Red+Green+Blue) = 169+82+254=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 82 (32.42% from 255 or 16.24% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #A952FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A952FE is #56AD01. Grayscale: #7F7F7F. Windows color (decimal): -5680386 or 16667305. OLE color: 16667305.

HSL color Cylindrical-coordinate representation of color #A952FE: hue angle of 270.35º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A952FE is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 169 82 254 -
CMYK 0.33 0.68 0 0.00
HSL 270.35º 0.99% 0.66% -
HSV(B) 270.35º 0.68% 1% -
XYZ 37.27 21.63 95.98 -
YUV 127.62 199.32 157.51 -
System Red Green Blue C M Y K H S L
Decimal 169 82 254 0.33 0.68 0 0.00 270.35 0.99 0.66
Hex A9 52 FE 21 44 0 0 10E 63 42
Octal 251 122 376 41 104 0 0 416 143 102
Binary 10101001 1010010 11111110 100001 1000100 0 0 100001110 1100011 1000010

Color Harmonies of #A952FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A952FE

Black with #A952FE

Text Example


Text Example

White with #A952FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A952FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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