Html Css Color HEX #A71DBB Dark Orchid

📋 copy color: '#A71DBB'

red 167 ◦ green 29 ◦ blue 187

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

Shades of Dark Orchid #A71DBB

Tints of Dark Orchid #A71DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 43.6%
G = 7.57%
B = 48.83%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A71DBB (or 0xA71DBB) is known color: Dark Orchid. HEX triplet: A7, 1D and BB. RGB value is (167,29,187). Sum of RGB (Red+Green+Blue) = 167+29+187=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 29 (11.72% from 255 or 7.57% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #A71DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DBB is #58E244. Grayscale: #575757. Windows color (decimal): -5825093 or 12262823. OLE color: 12262823.

HSL color Cylindrical-coordinate representation of color #A71DBB: hue angle of 292.41º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71DBB is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 29 187 -
CMYK 0.11 0.84 0 0.27
HSL 292.41º 0.73% 0.42% -
HSV(B) 292.41º 0.84% 0.73% -
XYZ 25.35 12.68 48.13 -
YUV 88.27 183.72 184.15 -
System Red Green Blue C M Y K H S L
Decimal 167 29 187 0.11 0.84 0 0.27 292.41 0.73 0.42
Hex A7 1D BB B 54 0 1B 124 49 2A
Octal 247 35 273 13 124 0 33 444 111 52
Binary 10100111 11101 10111011 1011 1010100 0 11011 100100100 1001001 101010

Color Harmonies of #A71DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71DBB

Black with #A71DBB

Text Example


Text Example

White with #A71DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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