Html Css Color HEX #A417BF Dark Orchid

📋 copy color: '#A417BF'

red 164 ◦ green 23 ◦ blue 191

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

Shades of Dark Orchid #A417BF

Tints of Dark Orchid #A417BF

RGB

 RED value IS 164 (64.45% from 255) = 43.39%

 GREEN value IS 23 (9.38% from 255) = 6.08%

 BLUE value IS 191 (75% from 255) = 50.53%

R = 43.39%
G = 6.08%
B = 50.53%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A417BF (or 0xA417BF) is known color: Dark Orchid. HEX triplet: A4, 17 and BF. RGB value is (164,23,191). Sum of RGB (Red+Green+Blue) = 164+23+191=378 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.39% from 378); Green value is 23 (9.38% from 255 or 6.08% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #A417BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417BF is #5BE840. Grayscale: #535353. Windows color (decimal): -6023233 or 12523428. OLE color: 12523428.

HSL color Cylindrical-coordinate representation of color #A417BF: hue angle of 290.36º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A417BF is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 23 191 -
CMYK 0.14 0.88 0 0.25
HSL 290.36º 0.79% 0.42% -
HSV(B) 290.36º 0.88% 0.75% -
XYZ 25.02 12.27 50.34 -
YUV 84.31 188.21 184.84 -
System Red Green Blue C M Y K H S L
Decimal 164 23 191 0.14 0.88 0 0.25 290.36 0.79 0.42
Hex A4 17 BF E 58 0 19 122 4F 2A
Octal 244 27 277 16 130 0 31 442 117 52
Binary 10100100 10111 10111111 1110 1011000 0 11001 100100010 1001111 101010

Color Harmonies of #A417BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417BF

Black with #A417BF

Text Example


Text Example

White with #A417BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417BF; }

 p { color: rgb(164,23,191); }

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

background-color css

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

 a { background-color: rgb(164,23,191); }

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

border-color css

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

 span { border-color: rgb(164,23,191); }

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