Html Css Color HEX #A51FC9 Dark Orchid

📋 copy color: '#A51FC9'

red 165 ◦ green 31 ◦ blue 201

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

Shades of Dark Orchid #A51FC9

Tints of Dark Orchid #A51FC9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.81%

 BLUE value IS 201 (78.91% from 255) = 50.63%

R = 41.56%
G = 7.81%
B = 50.63%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A51FC9 (or 0xA51FC9) is known color: Dark Orchid. HEX triplet: A5, 1F and C9. RGB value is (165,31,201). Sum of RGB (Red+Green+Blue) = 165+31+201=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #A51FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51FC9 is #5AE036. Grayscale: #595959. Windows color (decimal): -5955639 or 13180837. OLE color: 13180837.

HSL color Cylindrical-coordinate representation of color #A51FC9: hue angle of 287.29º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51FC9 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 31 201 -
CMYK 0.18 0.85 0 0.21
HSL 287.29º 0.73% 0.45% -
HSV(B) 287.29º 0.85% 0.79% -
XYZ 26.55 13.2 56.41 -
YUV 90.45 190.39 181.18 -
System Red Green Blue C M Y K H S L
Decimal 165 31 201 0.18 0.85 0 0.21 287.29 0.73 0.45
Hex A5 1F C9 12 55 0 15 11F 49 2D
Octal 245 37 311 22 125 0 25 437 111 55
Binary 10100101 11111 11001001 10010 1010101 0 10101 100011111 1001001 101101

Color Harmonies of #A51FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51FC9

Black with #A51FC9

Text Example


Text Example

White with #A51FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51FC9; }

 p { color: rgb(165,31,201); }

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

background-color css

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

 a { background-color: rgb(165,31,201); }

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

border-color css

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

 span { border-color: rgb(165,31,201); }

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