Html Css Color HEX #A417BA Dark Orchid

📋 copy color: '#A417BA'

red 164 ◦ green 23 ◦ blue 186

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

Shades of Dark Orchid #A417BA

Tints of Dark Orchid #A417BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 43.97%
G = 6.17%
B = 49.87%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A417BA (or 0xA417BA) is known color: Dark Orchid. HEX triplet: A4, 17 and BA. RGB value is (164,23,186). Sum of RGB (Red+Green+Blue) = 164+23+186=373 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.97% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #A417BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417BA is #5BE845. Grayscale: #535353. Windows color (decimal): -6023238 or 12195748. OLE color: 12195748.

HSL color Cylindrical-coordinate representation of color #A417BA: hue angle of 291.9º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A417BA is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 23 186 -
CMYK 0.12 0.88 0 0.27
HSL 291.9º 0.78% 0.41% -
HSV(B) 291.9º 0.88% 0.73% -
XYZ 24.48 12.05 47.49 -
YUV 83.74 185.71 185.25 -
System Red Green Blue C M Y K H S L
Decimal 164 23 186 0.12 0.88 0 0.27 291.9 0.78 0.41
Hex A4 17 BA C 58 0 1B 124 4E 29
Octal 244 27 272 14 130 0 33 444 116 51
Binary 10100100 10111 10111010 1100 1011000 0 11011 100100100 1001110 101001

Color Harmonies of #A417BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417BA

Black with #A417BA

Text Example


Text Example

White with #A417BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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