Html Css Color HEX #A719CF Dark Orchid

📋 copy color: '#A719CF'

red 167 ◦ green 25 ◦ blue 207

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

Shades of Dark Orchid #A719CF

Tints of Dark Orchid #A719CF

RGB

 RED value IS 167 (65.63% from 255) = 41.85%

 GREEN value IS 25 (10.16% from 255) = 6.27%

 BLUE value IS 207 (81.25% from 255) = 51.88%

R = 41.85%
G = 6.27%
B = 51.88%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A719CF (or 0xA719CF) is known color: Dark Orchid. HEX triplet: A7, 19 and CF. RGB value is (167,25,207). Sum of RGB (Red+Green+Blue) = 167+25+207=399 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.85% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #A719CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A719CF is #58E630. Grayscale: #575757. Windows color (decimal): -5826097 or 13572519. OLE color: 13572519.

HSL color Cylindrical-coordinate representation of color #A719CF: hue angle of 286.81º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A719CF is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 25 207 -
CMYK 0.19 0.88 0 0.19
HSL 286.81º 0.78% 0.45% -
HSV(B) 286.81º 0.88% 0.81% -
XYZ 27.55 13.42 60.17 -
YUV 88.21 195.04 184.2 -
System Red Green Blue C M Y K H S L
Decimal 167 25 207 0.19 0.88 0 0.19 286.81 0.78 0.45
Hex A7 19 CF 13 58 0 13 11F 4E 2D
Octal 247 31 317 23 130 0 23 437 116 55
Binary 10100111 11001 11001111 10011 1011000 0 10011 100011111 1001110 101101

Color Harmonies of #A719CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A719CF

Black with #A719CF

Text Example


Text Example

White with #A719CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A719CF; }

 p { color: rgb(167,25,207); }

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

background-color css

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

 a { background-color: rgb(167,25,207); }

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

border-color css

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

 span { border-color: rgb(167,25,207); }

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