Html Css Color HEX #A730E3 Dark Orchid

📋 copy color: '#A730E3'

red 167 ◦ green 48 ◦ blue 227

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

Shades of Dark Orchid #A730E3

Tints of Dark Orchid #A730E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 51.36%

R = 37.78%
G = 10.86%
B = 51.36%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A730E3 (or 0xA730E3) is known color: Dark Orchid. HEX triplet: A7, 30 and E3. RGB value is (167,48,227). Sum of RGB (Red+Green+Blue) = 167+48+227=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 48 (19.14% from 255 or 10.86% from 442); Blue value is 227 (89.06% from 255 or 51.36% from 442); Max value from RGB is 227 - color contains mainly: blue. Hex color #A730E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730E3 is #58CF1C. Grayscale: #676767. Windows color (decimal): -5820189 or 14889127. OLE color: 14889127.

HSL color Cylindrical-coordinate representation of color #A730E3: hue angle of 279.89º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A730E3 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 48 227 -
CMYK 0.26 0.79 0 0.11
HSL 279.89º 0.76% 0.54% -
HSV(B) 279.89º 0.79% 0.89% -
XYZ 30.86 15.88 74.11 -
YUV 103.99 197.42 172.95 -
System Red Green Blue C M Y K H S L
Decimal 167 48 227 0.26 0.79 0 0.11 279.89 0.76 0.54
Hex A7 30 E3 1A 4F 0 B 118 4C 36
Octal 247 60 343 32 117 0 13 430 114 66
Binary 10100111 110000 11100011 11010 1001111 0 1011 100011000 1001100 110110

Color Harmonies of #A730E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730E3

Black with #A730E3

Text Example


Text Example

White with #A730E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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