Html Css Color HEX #A234DA Dark Orchid

📋 copy color: '#A234DA'

red 162 ◦ green 52 ◦ blue 218

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

Shades of Dark Orchid #A234DA

Tints of Dark Orchid #A234DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.46%

R = 37.5%
G = 12.04%
B = 50.46%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A234DA (or 0xA234DA) is known color: Dark Orchid. HEX triplet: A2, 34 and DA. RGB value is (162,52,218). Sum of RGB (Red+Green+Blue) = 162+52+218=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 52 (20.70% from 255 or 12.04% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #A234DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A234DA is #5DCB25. Grayscale: #676767. Windows color (decimal): -6146854 or 14300322. OLE color: 14300322.

HSL color Cylindrical-coordinate representation of color #A234DA: hue angle of 279.76º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A234DA is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 52 218 -
CMYK 0.26 0.76 0 0.15
HSL 279.76º 0.69% 0.53% -
HSV(B) 279.76º 0.76% 0.85% -
XYZ 28.78 15.2 67.75 -
YUV 103.81 192.44 169.5 -
System Red Green Blue C M Y K H S L
Decimal 162 52 218 0.26 0.76 0 0.15 279.76 0.69 0.53
Hex A2 34 DA 1A 4C 0 F 118 45 35
Octal 242 64 332 32 114 0 17 430 105 65
Binary 10100010 110100 11011010 11010 1001100 0 1111 100011000 1000101 110101

Color Harmonies of #A234DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A234DA

Black with #A234DA

Text Example


Text Example

White with #A234DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A234DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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