Html Css Color HEX #A417C0 Dark Orchid

📋 copy color: '#A417C0'

red 164 ◦ green 23 ◦ blue 192

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

Shades of Dark Orchid #A417C0

Tints of Dark Orchid #A417C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.66%

R = 43.27%
G = 6.07%
B = 50.66%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A417C0 (or 0xA417C0) is known color: Dark Orchid. HEX triplet: A4, 17 and C0. RGB value is (164,23,192). Sum of RGB (Red+Green+Blue) = 164+23+192=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #A417C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A417C0 is #5BE83F. Grayscale: #535353. Windows color (decimal): -6023232 or 12588964. OLE color: 12588964.

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

Color convert

RGB 164 23 192 -
CMYK 0.15 0.88 0 0.25
HSL 290.06º 0.79% 0.42% -
HSV(B) 290.06º 0.88% 0.75% -
XYZ 25.13 12.31 50.92 -
YUV 84.43 188.71 184.76 -
System Red Green Blue C M Y K H S L
Decimal 164 23 192 0.15 0.88 0 0.25 290.06 0.79 0.42
Hex A4 17 C0 F 58 0 19 122 4F 2A
Octal 244 27 300 17 130 0 31 442 117 52
Binary 10100100 10111 11000000 1111 1011000 0 11001 100100010 1001111 101010

Color Harmonies of #A417C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417C0

Black with #A417C0

Text Example


Text Example

White with #A417C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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