Html Css Color HEX #A730CA Dark Orchid

📋 copy color: '#A730CA'

red 167 ◦ green 48 ◦ blue 202

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

Shades of Dark Orchid #A730CA

Tints of Dark Orchid #A730CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.44%

R = 40.05%
G = 11.51%
B = 48.44%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A730CA (or 0xA730CA) is known color: Dark Orchid. HEX triplet: A7, 30 and CA. RGB value is (167,48,202). Sum of RGB (Red+Green+Blue) = 167+48+202=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #A730CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730CA is #58CF35. Grayscale: #646464. Windows color (decimal): -5820214 or 13250727. OLE color: 13250727.

HSL color Cylindrical-coordinate representation of color #A730CA: hue angle of 286.36º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A730CA is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 167 48 202 -
CMYK 0.17 0.76 0 0.21
HSL 286.36º 0.62% 0.49% -
HSV(B) 286.36º 0.76% 0.79% -
XYZ 27.65 14.59 57.24 -
YUV 101.14 184.92 174.98 -
System Red Green Blue C M Y K H S L
Decimal 167 48 202 0.17 0.76 0 0.21 286.36 0.62 0.49
Hex A7 30 CA 11 4C 0 15 11E 3E 31
Octal 247 60 312 21 114 0 25 436 76 61
Binary 10100111 110000 11001010 10001 1001100 0 10101 100011110 111110 110001

Color Harmonies of #A730CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730CA

Black with #A730CA

Text Example


Text Example

White with #A730CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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