Html Css Color HEX #A734DB Dark Orchid

📋 copy color: '#A734DB'

red 167 ◦ green 52 ◦ blue 219

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

Shades of Dark Orchid #A734DB

Tints of Dark Orchid #A734DB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.87%

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

R = 38.13%
G = 11.87%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A734DB (or 0xA734DB) is known color: Dark Orchid. HEX triplet: A7, 34 and DB. RGB value is (167,52,219). Sum of RGB (Red+Green+Blue) = 167+52+219=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 52 (20.70% from 255 or 11.87% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #A734DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A734DB is #58CB24. Grayscale: #686868. Windows color (decimal): -5819173 or 14365863. OLE color: 14365863.

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

Color convert

RGB 167 52 219 -
CMYK 0.24 0.76 0 0.14
HSL 281.32º 0.7% 0.53% -
HSV(B) 281.32º 0.76% 0.86% -
XYZ 29.95 15.79 68.49 -
YUV 105.42 192.1 171.92 -
System Red Green Blue C M Y K H S L
Decimal 167 52 219 0.24 0.76 0 0.14 281.32 0.7 0.53
Hex A7 34 DB 18 4C 0 E 119 46 35
Octal 247 64 333 30 114 0 16 431 106 65
Binary 10100111 110100 11011011 11000 1001100 0 1110 100011001 1000110 110101

Color Harmonies of #A734DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A734DB

Black with #A734DB

Text Example


Text Example

White with #A734DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A734DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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