Html Css Color HEX #A71BBE Dark Orchid

📋 copy color: '#A71BBE'

red 167 ◦ green 27 ◦ blue 190

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

Shades of Dark Orchid #A71BBE

Tints of Dark Orchid #A71BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.03%

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 43.49%
G = 7.03%
B = 49.48%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A71BBE (or 0xA71BBE) is known color: Dark Orchid. HEX triplet: A7, 1B and BE. RGB value is (167,27,190). Sum of RGB (Red+Green+Blue) = 167+27+190=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #A71BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71BBE is #58E441. Grayscale: #565656. Windows color (decimal): -5825602 or 12458919. OLE color: 12458919.

HSL color Cylindrical-coordinate representation of color #A71BBE: hue angle of 291.53º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71BBE is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 27 190 -
CMYK 0.12 0.86 0 0.25
HSL 291.53º 0.75% 0.43% -
HSV(B) 291.53º 0.86% 0.75% -
XYZ 25.62 12.72 49.82 -
YUV 87.44 185.88 184.75 -
System Red Green Blue C M Y K H S L
Decimal 167 27 190 0.12 0.86 0 0.25 291.53 0.75 0.43
Hex A7 1B BE C 56 0 19 124 4B 2B
Octal 247 33 276 14 126 0 31 444 113 53
Binary 10100111 11011 10111110 1100 1010110 0 11001 100100100 1001011 101011

Color Harmonies of #A71BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71BBE

Black with #A71BBE

Text Example


Text Example

White with #A71BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71BBE; }

 p { color: rgb(167,27,190); }

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

background-color css

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

 a { background-color: rgb(167,27,190); }

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

border-color css

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

 span { border-color: rgb(167,27,190); }

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