Html Css Color HEX #A234B1 Dark Orchid

📋 copy color: '#A234B1'

red 162 ◦ green 52 ◦ blue 177

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

Shades of Dark Orchid #A234B1

Tints of Dark Orchid #A234B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.27%

R = 41.43%
G = 13.3%
B = 45.27%

CMYK

 C value IS 0.08

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A234B1 (or 0xA234B1) is known color: Dark Orchid. HEX triplet: A2, 34 and B1. RGB value is (162,52,177). Sum of RGB (Red+Green+Blue) = 162+52+177=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #A234B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A234B1 is #5DCB4E. Grayscale: #626262. Windows color (decimal): -6146895 or 11613346. OLE color: 11613346.

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

Color convert

RGB 162 52 177 -
CMYK 0.08 0.71 0 0.31
HSL 292.8º 0.55% 0.45% -
HSV(B) 292.8º 0.71% 0.69% -
XYZ 24.06 13.31 42.9 -
YUV 99.14 171.94 172.84 -
System Red Green Blue C M Y K H S L
Decimal 162 52 177 0.08 0.71 0 0.31 292.8 0.55 0.45
Hex A2 34 B1 8 47 0 1F 125 37 2D
Octal 242 64 261 10 107 0 37 445 67 55
Binary 10100010 110100 10110001 1000 1000111 0 11111 100100101 110111 101101

Color Harmonies of #A234B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A234B1

Black with #A234B1

Text Example


Text Example

White with #A234B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A234B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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