Html Css Color HEX #A718CF Dark Orchid

📋 copy color: '#A718CF'

red 167 ◦ green 24 ◦ blue 207

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

Shades of Dark Orchid #A718CF

Tints of Dark Orchid #A718CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.03%

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

R = 41.96%
G = 6.03%
B = 52.01%

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

#A718CF (or 0xA718CF) is known color: Dark Orchid. HEX triplet: A7, 18 and CF. RGB value is (167,24,207). Sum of RGB (Red+Green+Blue) = 167+24+207=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #A718CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718CF is #58E730. Grayscale: #575757. Windows color (decimal): -5826353 or 13572263. OLE color: 13572263.

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

Color convert

RGB 167 24 207 -
CMYK 0.19 0.88 0 0.19
HSL 286.89º 0.79% 0.45% -
HSV(B) 286.89º 0.88% 0.81% -
XYZ 27.53 13.37 60.16 -
YUV 87.62 195.38 184.62 -
System Red Green Blue C M Y K H S L
Decimal 167 24 207 0.19 0.88 0 0.19 286.89 0.79 0.45
Hex A7 18 CF 13 58 0 13 11F 4F 2D
Octal 247 30 317 23 130 0 23 437 117 55
Binary 10100111 11000 11001111 10011 1011000 0 10011 100011111 1001111 101101

Color Harmonies of #A718CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718CF

Black with #A718CF

Text Example


Text Example

White with #A718CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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