Html Css Color HEX #A952FF Medium Orchid

📋 copy color: '#A952FF'

red 169 ◦ green 82 ◦ blue 255

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

Shades of Medium Orchid #A952FF

Tints of Medium Orchid #A952FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.4%

R = 33.4%
G = 16.21%
B = 50.4%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A952FF (or 0xA952FF) is known color: Medium Orchid. HEX triplet: A9, 52 and FF. RGB value is (169,82,255). Sum of RGB (Red+Green+Blue) = 169+82+255=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 82 (32.42% from 255 or 16.21% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #A952FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A952FF is #56AD00. Grayscale: #7F7F7F. Windows color (decimal): -5680385 or 16732841. OLE color: 16732841.

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

Color convert

RGB 169 82 255 -
CMYK 0.34 0.68 0 0
HSL 270.17º 1% 0.66% -
HSV(B) 270.17º 0.68% 1% -
XYZ 37.43 21.69 96.82 -
YUV 127.74 199.82 157.43 -
System Red Green Blue C M Y K H S L
Decimal 169 82 255 0.34 0.68 0 0 270.17 1 0.66
Hex A9 52 FF 22 44 0 0 10E 64 42
Octal 251 122 377 42 104 0 0 416 144 102
Binary 10101001 1010010 11111111 100010 1000100 0 0 100001110 1100100 1000010

Color Harmonies of #A952FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A952FF

Black with #A952FF

Text Example


Text Example

White with #A952FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A952FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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