Html Css Color HEX #A51AB4 Dark Orchid

📋 copy color: '#A51AB4'

red 165 ◦ green 26 ◦ blue 180

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

Shades of Dark Orchid #A51AB4

Tints of Dark Orchid #A51AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.52%

R = 44.47%
G = 7.01%
B = 48.52%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A51AB4 (or 0xA51AB4) is known color: Dark Orchid. HEX triplet: A5, 1A and B4. RGB value is (165,26,180). Sum of RGB (Red+Green+Blue) = 165+26+180=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #A51AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51AB4 is #5AE54B. Grayscale: #545454. Windows color (decimal): -5956940 or 11803301. OLE color: 11803301.

HSL color Cylindrical-coordinate representation of color #A51AB4: hue angle of 294.16º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51AB4 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 26 180 -
CMYK 0.08 0.86 0 0.29
HSL 294.16º 0.75% 0.4% -
HSV(B) 294.16º 0.86% 0.71% -
XYZ 24.12 12.03 44.23 -
YUV 85.12 181.55 184.98 -
System Red Green Blue C M Y K H S L
Decimal 165 26 180 0.08 0.86 0 0.29 294.16 0.75 0.4
Hex A5 1A B4 8 56 0 1D 126 4B 28
Octal 245 32 264 10 126 0 35 446 113 50
Binary 10100101 11010 10110100 1000 1010110 0 11101 100100110 1001011 101000

Color Harmonies of #A51AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51AB4

Black with #A51AB4

Text Example


Text Example

White with #A51AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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