Html Css Color HEX #A71CBC Dark Orchid

📋 copy color: '#A71CBC'

red 167 ◦ green 28 ◦ blue 188

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

Shades of Dark Orchid #A71CBC

Tints of Dark Orchid #A71CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.31%

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 43.6%
G = 7.31%
B = 49.09%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A71CBC (or 0xA71CBC) is known color: Dark Orchid. HEX triplet: A7, 1C and BC. RGB value is (167,28,188). Sum of RGB (Red+Green+Blue) = 167+28+188=383 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.60% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #A71CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71CBC is #58E343. Grayscale: #575757. Windows color (decimal): -5825348 or 12328103. OLE color: 12328103.

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

Color convert

RGB 167 28 188 -
CMYK 0.11 0.85 0 0.26
HSL 292.13º 0.74% 0.42% -
HSV(B) 292.13º 0.85% 0.74% -
XYZ 25.43 12.68 48.68 -
YUV 87.8 184.55 184.49 -
System Red Green Blue C M Y K H S L
Decimal 167 28 188 0.11 0.85 0 0.26 292.13 0.74 0.42
Hex A7 1C BC B 55 0 1A 124 4A 2A
Octal 247 34 274 13 125 0 32 444 112 52
Binary 10100111 11100 10111100 1011 1010101 0 11010 100100100 1001010 101010

Color Harmonies of #A71CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71CBC

Black with #A71CBC

Text Example


Text Example

White with #A71CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71CBC; }

 p { color: rgb(167,28,188); }

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

background-color css

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

 a { background-color: rgb(167,28,188); }

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

border-color css

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

 span { border-color: rgb(167,28,188); }

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