Html Css Color HEX #A51ACF Dark Orchid

📋 copy color: '#A51ACF'

red 165 ◦ green 26 ◦ blue 207

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

Shades of Dark Orchid #A51ACF

Tints of Dark Orchid #A51ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.53%

 BLUE value IS 207 (81.25% from 255) = 52.01%

R = 41.46%
G = 6.53%
B = 52.01%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A51ACF (or 0xA51ACF) is known color: Dark Orchid. HEX triplet: A5, 1A and CF. RGB value is (165,26,207). Sum of RGB (Red+Green+Blue) = 165+26+207=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #A51ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51ACF is #5AE530. Grayscale: #575757. Windows color (decimal): -5956913 or 13572773. OLE color: 13572773.

HSL color Cylindrical-coordinate representation of color #A51ACF: hue angle of 286.08º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51ACF is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 26 207 -
CMYK 0.20 0.87 0 0.19
HSL 286.08º 0.78% 0.46% -
HSV(B) 286.08º 0.87% 0.81% -
XYZ 27.15 13.24 60.16 -
YUV 88.2 195.05 182.78 -
System Red Green Blue C M Y K H S L
Decimal 165 26 207 0.20 0.87 0 0.19 286.08 0.78 0.46
Hex A5 1A CF 14 57 0 13 11E 4E 2E
Octal 245 32 317 24 127 0 23 436 116 56
Binary 10100101 11010 11001111 10100 1010111 0 10011 100011110 1001110 101110

Color Harmonies of #A51ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51ACF

Black with #A51ACF

Text Example


Text Example

White with #A51ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51ACF; }

 p { color: rgb(165,26,207); }

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

background-color css

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

 a { background-color: rgb(165,26,207); }

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

border-color css

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

 span { border-color: rgb(165,26,207); }

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