Html Css Color HEX #A234B6 Dark Orchid

📋 copy color: '#A234B6'

red 162 ◦ green 52 ◦ blue 182

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

Shades of Dark Orchid #A234B6

Tints of Dark Orchid #A234B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.96%

R = 40.91%
G = 13.13%
B = 45.96%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A234B6 (or 0xA234B6) is known color: Dark Orchid. HEX triplet: A2, 34 and B6. RGB value is (162,52,182). Sum of RGB (Red+Green+Blue) = 162+52+182=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #A234B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A234B6 is #5DCB49. Grayscale: #636363. Windows color (decimal): -6146890 or 11941026. OLE color: 11941026.

HSL color Cylindrical-coordinate representation of color #A234B6: hue angle of 290.77º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A234B6 is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 52 182 -
CMYK 0.11 0.71 0 0.29
HSL 290.77º 0.56% 0.46% -
HSV(B) 290.77º 0.71% 0.71% -
XYZ 24.57 13.51 45.57 -
YUV 99.71 174.44 172.43 -
System Red Green Blue C M Y K H S L
Decimal 162 52 182 0.11 0.71 0 0.29 290.77 0.56 0.46
Hex A2 34 B6 B 47 0 1D 123 38 2E
Octal 242 64 266 13 107 0 35 443 70 56
Binary 10100010 110100 10110110 1011 1000111 0 11101 100100011 111000 101110

Color Harmonies of #A234B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A234B6

Black with #A234B6

Text Example


Text Example

White with #A234B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A234B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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