Html Css Color HEX #A51AB3 Dark Orchid

📋 copy color: '#A51AB3'

red 165 ◦ green 26 ◦ blue 179

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

Shades of Dark Orchid #A51AB3

Tints of Dark Orchid #A51AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.38%

R = 44.59%
G = 7.03%
B = 48.38%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A51AB3 (or 0xA51AB3) is known color: Dark Orchid. HEX triplet: A5, 1A and B3. RGB value is (165,26,179). Sum of RGB (Red+Green+Blue) = 165+26+179=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 26 (10.55% from 255 or 7.03% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #A51AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51AB3 is #5AE54C. Grayscale: #545454. Windows color (decimal): -5956941 or 11737765. OLE color: 11737765.

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

Color convert

RGB 165 26 179 -
CMYK 0.08 0.85 0 0.30
HSL 294.51º 0.75% 0.4% -
HSV(B) 294.51º 0.85% 0.7% -
XYZ 24.02 11.99 43.7 -
YUV 85 181.05 185.06 -
System Red Green Blue C M Y K H S L
Decimal 165 26 179 0.08 0.85 0 0.30 294.51 0.75 0.4
Hex A5 1A B3 8 55 0 1E 127 4B 28
Octal 245 32 263 10 125 0 36 447 113 50
Binary 10100101 11010 10110011 1000 1010101 0 11110 100100111 1001011 101000

Color Harmonies of #A51AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51AB3

Black with #A51AB3

Text Example


Text Example

White with #A51AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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