Html Css Color HEX #A217B7 Dark Orchid

📋 copy color: '#A217B7'

red 162 ◦ green 23 ◦ blue 183

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

Shades of Dark Orchid #A217B7

Tints of Dark Orchid #A217B7

RGB

 RED value IS 162 (63.67% from 255) = 44.02%

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

 BLUE value IS 183 (71.88% from 255) = 49.73%

R = 44.02%
G = 6.25%
B = 49.73%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A217B7 (or 0xA217B7) is known color: Dark Orchid. HEX triplet: A2, 17 and B7. RGB value is (162,23,183). Sum of RGB (Red+Green+Blue) = 162+23+183=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 183 (71.88% from 255 or 49.73% from 368); Max value from RGB is 183 - color contains mainly: blue. Hex color #A217B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217B7 is #5DE848. Grayscale: #525252. Windows color (decimal): -6154313 or 11999138. OLE color: 11999138.

HSL color Cylindrical-coordinate representation of color #A217B7: hue angle of 292.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A217B7 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 23 183 -
CMYK 0.11 0.87 0 0.28
HSL 292.13º 0.78% 0.4% -
HSV(B) 292.13º 0.87% 0.72% -
XYZ 23.75 11.71 45.81 -
YUV 82.8 184.55 184.49 -
System Red Green Blue C M Y K H S L
Decimal 162 23 183 0.11 0.87 0 0.28 292.13 0.78 0.4
Hex A2 17 B7 B 57 0 1C 124 4E 28
Octal 242 27 267 13 127 0 34 444 116 50
Binary 10100010 10111 10110111 1011 1010111 0 11100 100100100 1001110 101000

Color Harmonies of #A217B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A217B7

Black with #A217B7

Text Example


Text Example

White with #A217B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A217B7; }

 p { color: rgb(162,23,183); }

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

background-color css

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

 a { background-color: rgb(162,23,183); }

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

border-color css

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

 span { border-color: rgb(162,23,183); }

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