Html Css Color HEX #A817BE Dark Orchid

📋 copy color: '#A817BE'

red 168 ◦ green 23 ◦ blue 190

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

Shades of Dark Orchid #A817BE

Tints of Dark Orchid #A817BE

RGB

 RED value IS 168 (66.02% from 255) = 44.09%

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

 BLUE value IS 190 (74.61% from 255) = 49.87%

R = 44.09%
G = 6.04%
B = 49.87%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A817BE (or 0xA817BE) is known color: Dark Orchid. HEX triplet: A8, 17 and BE. RGB value is (168,23,190). Sum of RGB (Red+Green+Blue) = 168+23+190=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #A817BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817BE is #57E841. Grayscale: #545454. Windows color (decimal): -5761090 or 12457896. OLE color: 12457896.

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

Color convert

RGB 168 23 190 -
CMYK 0.12 0.88 0 0.25
HSL 292.1º 0.78% 0.42% -
HSV(B) 292.1º 0.88% 0.75% -
XYZ 25.75 12.66 49.8 -
YUV 85.39 187.04 186.92 -
System Red Green Blue C M Y K H S L
Decimal 168 23 190 0.12 0.88 0 0.25 292.1 0.78 0.42
Hex A8 17 BE C 58 0 19 124 4E 2A
Octal 250 27 276 14 130 0 31 444 116 52
Binary 10101000 10111 10111110 1100 1011000 0 11001 100100100 1001110 101010

Color Harmonies of #A817BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A817BE

Black with #A817BE

Text Example


Text Example

White with #A817BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A817BE; }

 p { color: rgb(168,23,190); }

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

background-color css

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

 a { background-color: rgb(168,23,190); }

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

border-color css

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

 span { border-color: rgb(168,23,190); }

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