Html Css Color HEX #A71DB3 Dark Orchid

📋 copy color: '#A71DB3'

red 167 ◦ green 29 ◦ blue 179

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

Shades of Dark Orchid #A71DB3

Tints of Dark Orchid #A71DB3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.73%

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

R = 44.53%
G = 7.73%
B = 47.73%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A71DB3 (or 0xA71DB3) is known color: Dark Orchid. HEX triplet: A7, 1D and B3. RGB value is (167,29,179). Sum of RGB (Red+Green+Blue) = 167+29+179=375 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.53% from 375); Green value is 29 (11.72% from 255 or 7.73% from 375); Blue value is 179 (70.31% from 255 or 47.73% from 375); Max value from RGB is 179 - color contains mainly: blue. Hex color #A71DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DB3 is #58E24C. Grayscale: #565656. Windows color (decimal): -5825101 or 11738535. OLE color: 11738535.

HSL color Cylindrical-coordinate representation of color #A71DB3: hue angle of 295.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71DB3 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 29 179 -
CMYK 0.07 0.84 0 0.30
HSL 295.2º 0.72% 0.41% -
HSV(B) 295.2º 0.84% 0.7% -
XYZ 24.51 12.35 43.74 -
YUV 87.36 179.72 184.8 -
System Red Green Blue C M Y K H S L
Decimal 167 29 179 0.07 0.84 0 0.30 295.2 0.72 0.41
Hex A7 1D B3 7 54 0 1E 127 48 29
Octal 247 35 263 7 124 0 36 447 110 51
Binary 10100111 11101 10110011 111 1010100 0 11110 100100111 1001000 101001

Color Harmonies of #A71DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71DB3

Black with #A71DB3

Text Example


Text Example

White with #A71DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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