Html Css Color HEX #A739DB Dark Orchid

📋 copy color: '#A739DB'

red 167 ◦ green 57 ◦ blue 219

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

Shades of Dark Orchid #A739DB

Tints of Dark Orchid #A739DB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.87%

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

R = 37.7%
G = 12.87%
B = 49.44%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A739DB (or 0xA739DB) is known color: Dark Orchid. HEX triplet: A7, 39 and DB. RGB value is (167,57,219). Sum of RGB (Red+Green+Blue) = 167+57+219=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #A739DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A739DB is #58C624. Grayscale: #6B6B6B. Windows color (decimal): -5817893 or 14367143. OLE color: 14367143.

HSL color Cylindrical-coordinate representation of color #A739DB: hue angle of 280.74º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A739DB is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 167 57 219 -
CMYK 0.24 0.74 0 0.14
HSL 280.74º 0.69% 0.54% -
HSV(B) 280.74º 0.74% 0.86% -
XYZ 30.19 16.26 68.56 -
YUV 108.36 190.44 169.83 -
System Red Green Blue C M Y K H S L
Decimal 167 57 219 0.24 0.74 0 0.14 280.74 0.69 0.54
Hex A7 39 DB 18 4A 0 E 119 45 36
Octal 247 71 333 30 112 0 16 431 105 66
Binary 10100111 111001 11011011 11000 1001010 0 1110 100011001 1000101 110110

Color Harmonies of #A739DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A739DB

Black with #A739DB

Text Example


Text Example

White with #A739DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A739DB; }

 p { color: rgb(167,57,219); }

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

background-color css

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

 a { background-color: rgb(167,57,219); }

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

border-color css

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

 span { border-color: rgb(167,57,219); }

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