Html Css Color HEX #A234B0 Dark Orchid

📋 copy color: '#A234B0'

red 162 ◦ green 52 ◦ blue 176

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

Shades of Dark Orchid #A234B0

Tints of Dark Orchid #A234B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.13%

R = 41.54%
G = 13.33%
B = 45.13%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A234B0 (or 0xA234B0) is known color: Dark Orchid. HEX triplet: A2, 34 and B0. RGB value is (162,52,176). Sum of RGB (Red+Green+Blue) = 162+52+176=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 176 - color contains mainly: blue. Hex color #A234B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A234B0 is #5DCB4F. Grayscale: #626262. Windows color (decimal): -6146896 or 11547810. OLE color: 11547810.

HSL color Cylindrical-coordinate representation of color #A234B0: hue angle of 293.23º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A234B0 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 52 176 -
CMYK 0.08 0.70 0 0.31
HSL 293.23º 0.54% 0.45% -
HSV(B) 293.23º 0.7% 0.69% -
XYZ 23.96 13.27 42.37 -
YUV 99.03 171.44 172.92 -
System Red Green Blue C M Y K H S L
Decimal 162 52 176 0.08 0.70 0 0.31 293.23 0.54 0.45
Hex A2 34 B0 8 46 0 1F 125 36 2D
Octal 242 64 260 10 106 0 37 445 66 55
Binary 10100010 110100 10110000 1000 1000110 0 11111 100100101 110110 101101

Color Harmonies of #A234B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A234B0

Black with #A234B0

Text Example


Text Example

White with #A234B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A234B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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