Html Css Color HEX #A51ACB Dark Orchid

📋 copy color: '#A51ACB'

red 165 ◦ green 26 ◦ blue 203

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

Shades of Dark Orchid #A51ACB

Tints of Dark Orchid #A51ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 41.88%
G = 6.6%
B = 51.52%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A51ACB (or 0xA51ACB) is known color: Dark Orchid. HEX triplet: A5, 1A and CB. RGB value is (165,26,203). Sum of RGB (Red+Green+Blue) = 165+26+203=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 26 (10.55% from 255 or 6.60% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #A51ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51ACB is #5AE534. Grayscale: #575757. Windows color (decimal): -5956917 or 13310629. OLE color: 13310629.

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

Color convert

RGB 165 26 203 -
CMYK 0.19 0.87 0 0.20
HSL 287.12º 0.77% 0.45% -
HSV(B) 287.12º 0.87% 0.8% -
XYZ 26.67 13.05 57.61 -
YUV 87.74 193.05 183.11 -
System Red Green Blue C M Y K H S L
Decimal 165 26 203 0.19 0.87 0 0.20 287.12 0.77 0.45
Hex A5 1A CB 13 57 0 14 11F 4D 2D
Octal 245 32 313 23 127 0 24 437 115 55
Binary 10100101 11010 11001011 10011 1010111 0 10100 100011111 1001101 101101

Color Harmonies of #A51ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51ACB

Black with #A51ACB

Text Example


Text Example

White with #A51ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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