Html Css Color HEX #A417BE Dark Orchid

📋 copy color: '#A417BE'

red 164 ◦ green 23 ◦ blue 190

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

Shades of Dark Orchid #A417BE

Tints of Dark Orchid #A417BE

RGB

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

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

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

R = 43.5%
G = 6.1%
B = 50.4%

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

#A417BE (or 0xA417BE) is known color: Dark Orchid. HEX triplet: A4, 17 and BE. RGB value is (164,23,190). Sum of RGB (Red+Green+Blue) = 164+23+190=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 23 (9.38% from 255 or 6.10% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #A417BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417BE is #5BE841. Grayscale: #535353. Windows color (decimal): -6023234 or 12457892. OLE color: 12457892.

HSL color Cylindrical-coordinate representation of color #A417BE: hue angle of 290.66º degrees, saturation: 0.78, 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 #A417BE is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 23 190 -
CMYK 0.14 0.88 0 0.25
HSL 290.66º 0.78% 0.42% -
HSV(B) 290.66º 0.88% 0.75% -
XYZ 24.91 12.22 49.76 -
YUV 84.2 187.71 184.92 -
System Red Green Blue C M Y K H S L
Decimal 164 23 190 0.14 0.88 0 0.25 290.66 0.78 0.42
Hex A4 17 BE E 58 0 19 123 4E 2A
Octal 244 27 276 16 130 0 31 443 116 52
Binary 10100100 10111 10111110 1110 1011000 0 11001 100100011 1001110 101010

Color Harmonies of #A417BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417BE

Black with #A417BE

Text Example


Text Example

White with #A417BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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