Html Css Color HEX #A54FF2 Medium Orchid

📋 copy color: '#A54FF2'

red 165 ◦ green 79 ◦ blue 242

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

Shades of Medium Orchid #A54FF2

Tints of Medium Orchid #A54FF2

RGB

 RED value IS 165 (64.84% from 255) = 33.95%

 GREEN value IS 79 (31.25% from 255) = 16.26%

 BLUE value IS 242 (94.92% from 255) = 49.79%

R = 33.95%
G = 16.26%
B = 49.79%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A54FF2 (or 0xA54FF2) is known color: Medium Orchid. HEX triplet: A5, 4F and F2. RGB value is (165,79,242). Sum of RGB (Red+Green+Blue) = 165+79+242=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #A54FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A54FF2 is #5AB00D. Grayscale: #7A7A7A. Windows color (decimal): -5943310 or 15880101. OLE color: 15880101.

HSL color Cylindrical-coordinate representation of color #A54FF2: hue angle of 271.66º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A54FF2 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 79 242 -
CMYK 0.32 0.67 0 0.05
HSL 271.66º 0.86% 0.63% -
HSV(B) 271.66º 0.67% 0.95% -
XYZ 34.34 20 86.06 -
YUV 123.3 194.99 157.75 -
System Red Green Blue C M Y K H S L
Decimal 165 79 242 0.32 0.67 0 0.05 271.66 0.86 0.63
Hex A5 4F F2 20 43 0 5 110 56 3F
Octal 245 117 362 40 103 0 5 420 126 77
Binary 10100101 1001111 11110010 100000 1000011 0 101 100010000 1010110 111111

Color Harmonies of #A54FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54FF2

Black with #A54FF2

Text Example


Text Example

White with #A54FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54FF2; }

 p { color: rgb(165,79,242); }

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

background-color css

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

 a { background-color: rgb(165,79,242); }

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

border-color css

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

 span { border-color: rgb(165,79,242); }

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