Html Css Color HEX #A718B4 Dark Orchid

📋 copy color: '#A718B4'

red 167 ◦ green 24 ◦ blue 180

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

Shades of Dark Orchid #A718B4

Tints of Dark Orchid #A718B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.52%

R = 45.01%
G = 6.47%
B = 48.52%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A718B4 (or 0xA718B4) is known color: Dark Orchid. HEX triplet: A7, 18 and B4. RGB value is (167,24,180). Sum of RGB (Red+Green+Blue) = 167+24+180=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #A718B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718B4 is #58E74B. Grayscale: #545454. Windows color (decimal): -5826380 or 11802791. OLE color: 11802791.

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

Color convert

RGB 167 24 180 -
CMYK 0.07 0.87 0 0.29
HSL 295º 0.76% 0.4% -
HSV(B) 295º 0.87% 0.71% -
XYZ 24.5 12.16 44.24 -
YUV 84.54 181.88 186.82 -
System Red Green Blue C M Y K H S L
Decimal 167 24 180 0.07 0.87 0 0.29 295 0.76 0.4
Hex A7 18 B4 7 57 0 1D 127 4C 28
Octal 247 30 264 7 127 0 35 447 114 50
Binary 10100111 11000 10110100 111 1010111 0 11101 100100111 1001100 101000

Color Harmonies of #A718B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718B4

Black with #A718B4

Text Example


Text Example

White with #A718B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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