Html Css Color HEX #A830DB Dark Orchid

📋 copy color: '#A830DB'

red 168 ◦ green 48 ◦ blue 219

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

Shades of Dark Orchid #A830DB

Tints of Dark Orchid #A830DB

RGB

 RED value IS 168 (66.02% from 255) = 38.62%

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

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 38.62%
G = 11.03%
B = 50.34%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A830DB (or 0xA830DB) is known color: Dark Orchid. HEX triplet: A8, 30 and DB. RGB value is (168,48,219). Sum of RGB (Red+Green+Blue) = 168+48+219=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #A830DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A830DB is #57CF24. Grayscale: #666666. Windows color (decimal): -5754661 or 14364840. OLE color: 14364840.

HSL color Cylindrical-coordinate representation of color #A830DB: hue angle of 282.11º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A830DB is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 48 219 -
CMYK 0.23 0.78 0 0.14
HSL 282.11º 0.7% 0.52% -
HSV(B) 282.11º 0.78% 0.86% -
XYZ 29.99 15.55 68.44 -
YUV 103.37 193.26 174.1 -
System Red Green Blue C M Y K H S L
Decimal 168 48 219 0.23 0.78 0 0.14 282.11 0.7 0.52
Hex A8 30 DB 17 4E 0 E 11A 46 34
Octal 250 60 333 27 116 0 16 432 106 64
Binary 10101000 110000 11011011 10111 1001110 0 1110 100011010 1000110 110100

Color Harmonies of #A830DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A830DB

Black with #A830DB

Text Example


Text Example

White with #A830DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A830DB; }

 p { color: rgb(168,48,219); }

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

background-color css

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

 a { background-color: rgb(168,48,219); }

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

border-color css

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

 span { border-color: rgb(168,48,219); }

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