Html Css Color HEX #A417AF Dark Orchid

📋 copy color: '#A417AF'

red 164 ◦ green 23 ◦ blue 175

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

Shades of Dark Orchid #A417AF

Tints of Dark Orchid #A417AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.34%

R = 45.3%
G = 6.35%
B = 48.34%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A417AF (or 0xA417AF) is known color: Dark Orchid. HEX triplet: A4, 17 and AF. RGB value is (164,23,175). Sum of RGB (Red+Green+Blue) = 164+23+175=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 23 (9.38% from 255 or 6.35% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #A417AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A417AF is #5BE850. Grayscale: #525252. Windows color (decimal): -6023249 or 11474852. OLE color: 11474852.

HSL color Cylindrical-coordinate representation of color #A417AF: hue angle of 295.66º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A417AF is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 164 23 175 -
CMYK 0.06 0.87 0 0.31
HSL 295.66º 0.77% 0.39% -
HSV(B) 295.66º 0.87% 0.69% -
XYZ 23.35 11.6 41.57 -
YUV 82.49 180.21 186.14 -
System Red Green Blue C M Y K H S L
Decimal 164 23 175 0.06 0.87 0 0.31 295.66 0.77 0.39
Hex A4 17 AF 6 57 0 1F 128 4D 27
Octal 244 27 257 6 127 0 37 450 115 47
Binary 10100100 10111 10101111 110 1010111 0 11111 100101000 1001101 100111

Color Harmonies of #A417AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A417AF

Black with #A417AF

Text Example


Text Example

White with #A417AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A417AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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