Html Css Color HEX #A718C4 Dark Orchid

📋 copy color: '#A718C4'

red 167 ◦ green 24 ◦ blue 196

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

Shades of Dark Orchid #A718C4

Tints of Dark Orchid #A718C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 50.65%

R = 43.15%
G = 6.2%
B = 50.65%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A718C4 (or 0xA718C4) is known color: Dark Orchid. HEX triplet: A7, 18 and C4. RGB value is (167,24,196). Sum of RGB (Red+Green+Blue) = 167+24+196=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #A718C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718C4 is #58E73B. Grayscale: #555555. Windows color (decimal): -5826364 or 12851367. OLE color: 12851367.

HSL color Cylindrical-coordinate representation of color #A718C4: hue angle of 289.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A718C4 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 167 24 196 -
CMYK 0.15 0.88 0 0.23
HSL 289.88º 0.78% 0.43% -
HSV(B) 289.88º 0.88% 0.77% -
XYZ 26.23 12.85 53.32 -
YUV 86.37 189.88 185.51 -
System Red Green Blue C M Y K H S L
Decimal 167 24 196 0.15 0.88 0 0.23 289.88 0.78 0.43
Hex A7 18 C4 F 58 0 17 122 4E 2B
Octal 247 30 304 17 130 0 27 442 116 53
Binary 10100111 11000 11000100 1111 1011000 0 10111 100100010 1001110 101011

Color Harmonies of #A718C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718C4

Black with #A718C4

Text Example


Text Example

White with #A718C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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