Html Css Color HEX #A730CF Dark Orchid

📋 copy color: '#A730CF'

red 167 ◦ green 48 ◦ blue 207

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

Shades of Dark Orchid #A730CF

Tints of Dark Orchid #A730CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.05%

R = 39.57%
G = 11.37%
B = 49.05%

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

#A730CF (or 0xA730CF) is known color: Dark Orchid. HEX triplet: A7, 30 and CF. RGB value is (167,48,207). Sum of RGB (Red+Green+Blue) = 167+48+207=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 48 (19.14% from 255 or 11.37% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #A730CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730CF is #58CF30. Grayscale: #656565. Windows color (decimal): -5820209 or 13578407. OLE color: 13578407.

HSL color Cylindrical-coordinate representation of color #A730CF: hue angle of 284.91º 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 #A730CF is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 48 207 -
CMYK 0.19 0.77 0 0.19
HSL 284.91º 0.62% 0.5% -
HSV(B) 284.91º 0.77% 0.81% -
XYZ 28.26 14.83 60.41 -
YUV 101.71 187.42 174.57 -
System Red Green Blue C M Y K H S L
Decimal 167 48 207 0.19 0.77 0 0.19 284.91 0.62 0.5
Hex A7 30 CF 13 4D 0 13 11D 3E 32
Octal 247 60 317 23 115 0 23 435 76 62
Binary 10100111 110000 11001111 10011 1001101 0 10011 100011101 111110 110010

Color Harmonies of #A730CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730CF

Black with #A730CF

Text Example


Text Example

White with #A730CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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