Html Css Color HEX #A217BD Dark Orchid

📋 copy color: '#A217BD'

red 162 ◦ green 23 ◦ blue 189

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

Shades of Dark Orchid #A217BD

Tints of Dark Orchid #A217BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.53%

R = 43.32%
G = 6.15%
B = 50.53%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A217BD (or 0xA217BD) is known color: Dark Orchid. HEX triplet: A2, 17 and BD. RGB value is (162,23,189). Sum of RGB (Red+Green+Blue) = 162+23+189=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 23 (9.38% from 255 or 6.15% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #A217BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217BD is #5DE842. Grayscale: #525252. Windows color (decimal): -6154307 or 12392354. OLE color: 12392354.

HSL color Cylindrical-coordinate representation of color #A217BD: hue angle of 290.24º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A217BD is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 23 189 -
CMYK 0.14 0.88 0 0.26
HSL 290.24º 0.78% 0.42% -
HSV(B) 290.24º 0.88% 0.74% -
XYZ 24.39 11.97 49.17 -
YUV 83.49 187.55 184 -
System Red Green Blue C M Y K H S L
Decimal 162 23 189 0.14 0.88 0 0.26 290.24 0.78 0.42
Hex A2 17 BD E 58 0 1A 122 4E 2A
Octal 242 27 275 16 130 0 32 442 116 52
Binary 10100010 10111 10111101 1110 1011000 0 11010 100100010 1001110 101010

Color Harmonies of #A217BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A217BD

Black with #A217BD

Text Example


Text Example

White with #A217BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A217BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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