Html Css Color HEX #A718CB Dark Orchid

📋 copy color: '#A718CB'

red 167 ◦ green 24 ◦ blue 203

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

Shades of Dark Orchid #A718CB

Tints of Dark Orchid #A718CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 42.39%
G = 6.09%
B = 51.52%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A718CB (or 0xA718CB) is known color: Dark Orchid. HEX triplet: A7, 18 and CB. RGB value is (167,24,203). Sum of RGB (Red+Green+Blue) = 167+24+203=394 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.39% from 394); Green value is 24 (9.77% from 255 or 6.09% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #A718CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718CB is #58E734. Grayscale: #565656. Windows color (decimal): -5826357 or 13310119. OLE color: 13310119.

HSL color Cylindrical-coordinate representation of color #A718CB: hue angle of 287.93º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A718CB is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 24 203 -
CMYK 0.18 0.88 0 0.20
HSL 287.93º 0.79% 0.45% -
HSV(B) 287.93º 0.88% 0.8% -
XYZ 27.04 13.18 57.62 -
YUV 87.16 193.38 184.95 -
System Red Green Blue C M Y K H S L
Decimal 167 24 203 0.18 0.88 0 0.20 287.93 0.79 0.45
Hex A7 18 CB 12 58 0 14 120 4F 2D
Octal 247 30 313 22 130 0 24 440 117 55
Binary 10100111 11000 11001011 10010 1011000 0 10100 100100000 1001111 101101

Color Harmonies of #A718CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718CB

Black with #A718CB

Text Example


Text Example

White with #A718CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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