Html Css Color HEX #A71AB3 Dark Orchid

📋 copy color: '#A71AB3'

red 167 ◦ green 26 ◦ blue 179

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

Shades of Dark Orchid #A71AB3

Tints of Dark Orchid #A71AB3

RGB

 RED value IS 167 (65.63% from 255) = 44.89%

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

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

R = 44.89%
G = 6.99%
B = 48.12%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A71AB3 (or 0xA71AB3) is known color: Dark Orchid. HEX triplet: A7, 1A and B3. RGB value is (167,26,179). Sum of RGB (Red+Green+Blue) = 167+26+179=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 26 (10.55% from 255 or 6.99% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #A71AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71AB3 is #58E54C. Grayscale: #555555. Windows color (decimal): -5825869 or 11737767. OLE color: 11737767.

HSL color Cylindrical-coordinate representation of color #A71AB3: hue angle of 295.29º 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 #A71AB3 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 26 179 -
CMYK 0.07 0.85 0 0.30
HSL 295.29º 0.75% 0.4% -
HSV(B) 295.29º 0.85% 0.7% -
XYZ 24.44 12.21 43.72 -
YUV 85.6 180.71 186.06 -
System Red Green Blue C M Y K H S L
Decimal 167 26 179 0.07 0.85 0 0.30 295.29 0.75 0.4
Hex A7 1A B3 7 55 0 1E 127 4B 28
Octal 247 32 263 7 125 0 36 447 113 50
Binary 10100111 11010 10110011 111 1010101 0 11110 100100111 1001011 101000

Color Harmonies of #A71AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71AB3

Black with #A71AB3

Text Example


Text Example

White with #A71AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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