Html Css Color HEX #A718B2 Dark Orchid

📋 copy color: '#A718B2'

red 167 ◦ green 24 ◦ blue 178

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

Shades of Dark Orchid #A718B2

Tints of Dark Orchid #A718B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 48.24%

R = 45.26%
G = 6.5%
B = 48.24%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A718B2 (or 0xA718B2) is known color: Dark Orchid. HEX triplet: A7, 18 and B2. RGB value is (167,24,178). Sum of RGB (Red+Green+Blue) = 167+24+178=369 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.26% from 369); Green value is 24 (9.77% from 255 or 6.50% from 369); Blue value is 178 (69.92% from 255 or 48.24% from 369); Max value from RGB is 178 - color contains mainly: blue. Hex color #A718B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A718B2 is #58E74D. Grayscale: #535353. Windows color (decimal): -5826382 or 11671719. OLE color: 11671719.

HSL color Cylindrical-coordinate representation of color #A718B2: hue angle of 295.71º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A718B2 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 167 24 178 -
CMYK 0.06 0.87 0 0.30
HSL 295.71º 0.76% 0.4% -
HSV(B) 295.71º 0.87% 0.7% -
XYZ 24.3 12.08 43.17 -
YUV 84.31 180.88 186.98 -
System Red Green Blue C M Y K H S L
Decimal 167 24 178 0.06 0.87 0 0.30 295.71 0.76 0.4
Hex A7 18 B2 6 57 0 1E 128 4C 28
Octal 247 30 262 6 127 0 36 450 114 50
Binary 10100111 11000 10110010 110 1010111 0 11110 100101000 1001100 101000

Color Harmonies of #A718B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718B2

Black with #A718B2

Text Example


Text Example

White with #A718B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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