Html Css Color HEX #A730CE Dark Orchid

📋 copy color: '#A730CE'

red 167 ◦ green 48 ◦ blue 206

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

Shades of Dark Orchid #A730CE

Tints of Dark Orchid #A730CE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.4%

 BLUE value IS 206 (80.86% from 255) = 48.93%

R = 39.67%
G = 11.4%
B = 48.93%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A730CE (or 0xA730CE) is known color: Dark Orchid. HEX triplet: A7, 30 and CE. RGB value is (167,48,206). Sum of RGB (Red+Green+Blue) = 167+48+206=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 206 (80.86% from 255 or 48.93% from 421); Max value from RGB is 206 - color contains mainly: blue. Hex color #A730CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730CE is #58CF31. Grayscale: #656565. Windows color (decimal): -5820210 or 13512871. OLE color: 13512871.

HSL color Cylindrical-coordinate representation of color #A730CE: hue angle of 285.19º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A730CE is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 48 206 -
CMYK 0.19 0.77 0 0.19
HSL 285.19º 0.62% 0.5% -
HSV(B) 285.19º 0.77% 0.81% -
XYZ 28.13 14.79 59.76 -
YUV 101.59 186.92 174.65 -
System Red Green Blue C M Y K H S L
Decimal 167 48 206 0.19 0.77 0 0.19 285.19 0.62 0.5
Hex A7 30 CE 13 4D 0 13 11D 3E 32
Octal 247 60 316 23 115 0 23 435 76 62
Binary 10100111 110000 11001110 10011 1001101 0 10011 100011101 111110 110010

Color Harmonies of #A730CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730CE

Black with #A730CE

Text Example


Text Example

White with #A730CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730CE; }

 p { color: rgb(167,48,206); }

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

background-color css

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

 a { background-color: rgb(167,48,206); }

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

border-color css

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

 span { border-color: rgb(167,48,206); }

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