Html Css Color HEX #A234DB Dark Orchid

📋 copy color: '#A234DB'

red 162 ◦ green 52 ◦ blue 219

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

Shades of Dark Orchid #A234DB

Tints of Dark Orchid #A234DB

RGB

 RED value IS 162 (63.67% from 255) = 37.41%

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

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

R = 37.41%
G = 12.01%
B = 50.58%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A234DB (or 0xA234DB) is known color: Dark Orchid. HEX triplet: A2, 34 and DB. RGB value is (162,52,219). Sum of RGB (Red+Green+Blue) = 162+52+219=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #A234DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A234DB is #5DCB24. Grayscale: #676767. Windows color (decimal): -6146853 or 14365858. OLE color: 14365858.

HSL color Cylindrical-coordinate representation of color #A234DB: hue angle of 279.52º 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 #A234DB is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 52 219 -
CMYK 0.26 0.76 0 0.14
HSL 279.52º 0.7% 0.53% -
HSV(B) 279.52º 0.76% 0.86% -
XYZ 28.91 15.25 68.44 -
YUV 103.93 192.94 169.42 -
System Red Green Blue C M Y K H S L
Decimal 162 52 219 0.26 0.76 0 0.14 279.52 0.7 0.53
Hex A2 34 DB 1A 4C 0 E 118 46 35
Octal 242 64 333 32 114 0 16 430 106 65
Binary 10100010 110100 11011011 11010 1001100 0 1110 100011000 1000110 110101

Color Harmonies of #A234DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A234DB

Black with #A234DB

Text Example


Text Example

White with #A234DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A234DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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