Html Css Color HEX #A217BC Dark Orchid

📋 copy color: '#A217BC'

red 162 ◦ green 23 ◦ blue 188

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

Shades of Dark Orchid #A217BC

Tints of Dark Orchid #A217BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 43.43%
G = 6.17%
B = 50.4%

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

#A217BC (or 0xA217BC) is known color: Dark Orchid. HEX triplet: A2, 17 and BC. RGB value is (162,23,188). Sum of RGB (Red+Green+Blue) = 162+23+188=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #A217BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A217BC is #5DE843. Grayscale: #525252. Windows color (decimal): -6154308 or 12326818. OLE color: 12326818.

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

Color convert

RGB 162 23 188 -
CMYK 0.14 0.88 0 0.26
HSL 290.55º 0.78% 0.41% -
HSV(B) 290.55º 0.88% 0.74% -
XYZ 24.28 11.93 48.6 -
YUV 83.37 187.05 184.08 -
System Red Green Blue C M Y K H S L
Decimal 162 23 188 0.14 0.88 0 0.26 290.55 0.78 0.41
Hex A2 17 BC E 58 0 1A 123 4E 29
Octal 242 27 274 16 130 0 32 443 116 51
Binary 10100010 10111 10111100 1110 1011000 0 11010 100100011 1001110 101001

Color Harmonies of #A217BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A217BC

Black with #A217BC

Text Example


Text Example

White with #A217BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A217BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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