Html Css Color HEX #A71BDA Dark Orchid

📋 copy color: '#A71BDA'

red 167 ◦ green 27 ◦ blue 218

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

Shades of Dark Orchid #A71BDA

Tints of Dark Orchid #A71BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.91%

R = 40.53%
G = 6.55%
B = 52.91%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A71BDA (or 0xA71BDA) is known color: Dark Orchid. HEX triplet: A7, 1B and DA. RGB value is (167,27,218). Sum of RGB (Red+Green+Blue) = 167+27+218=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #A71BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71BDA is #58E425. Grayscale: #5A5A5A. Windows color (decimal): -5825574 or 14293927. OLE color: 14293927.

HSL color Cylindrical-coordinate representation of color #A71BDA: hue angle of 283.98º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71BDA is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 27 218 -
CMYK 0.23 0.88 0 0.15
HSL 283.98º 0.78% 0.48% -
HSV(B) 283.98º 0.88% 0.85% -
XYZ 28.98 14.06 67.52 -
YUV 90.63 199.88 182.47 -
System Red Green Blue C M Y K H S L
Decimal 167 27 218 0.23 0.88 0 0.15 283.98 0.78 0.48
Hex A7 1B DA 17 58 0 F 11C 4E 30
Octal 247 33 332 27 130 0 17 434 116 60
Binary 10100111 11011 11011010 10111 1011000 0 1111 100011100 1001110 110000

Color Harmonies of #A71BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A71BDA

Black with #A71BDA

Text Example


Text Example

White with #A71BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A71BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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