Html Css Color HEX #A030BF Dark Orchid

📋 copy color: '#A030BF'

red 160 ◦ green 48 ◦ blue 191

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

Shades of Dark Orchid #A030BF

Tints of Dark Orchid #A030BF

RGB

 RED value IS 160 (62.89% from 255) = 40.1%

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

 BLUE value IS 191 (75% from 255) = 47.87%

R = 40.1%
G = 12.03%
B = 47.87%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A030BF (or 0xA030BF) is known color: Dark Orchid. HEX triplet: A0, 30 and BF. RGB value is (160,48,191). Sum of RGB (Red+Green+Blue) = 160+48+191=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #A030BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030BF is #5FCF40. Grayscale: #616161. Windows color (decimal): -6278977 or 12529824. OLE color: 12529824.

HSL color Cylindrical-coordinate representation of color #A030BF: hue angle of 286.99º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A030BF is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 48 191 -
CMYK 0.16 0.75 0 0.25
HSL 286.99º 0.6% 0.47% -
HSV(B) 286.99º 0.75% 0.75% -
XYZ 24.96 13.35 50.55 -
YUV 97.79 180.61 172.37 -
System Red Green Blue C M Y K H S L
Decimal 160 48 191 0.16 0.75 0 0.25 286.99 0.6 0.47
Hex A0 30 BF 10 4B 0 19 11F 3C 2F
Octal 240 60 277 20 113 0 31 437 74 57
Binary 10100000 110000 10111111 10000 1001011 0 11001 100011111 111100 101111

Color Harmonies of #A030BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A030BF

Black with #A030BF

Text Example


Text Example

White with #A030BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A030BF; }

 p { color: rgb(160,48,191); }

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

background-color css

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

 a { background-color: rgb(160,48,191); }

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

border-color css

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

 span { border-color: rgb(160,48,191); }

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