Html Css Color HEX #A232D0 Dark Orchid

📋 copy color: '#A232D0'

red 162 ◦ green 50 ◦ blue 208

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

Shades of Dark Orchid #A232D0

Tints of Dark Orchid #A232D0

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.9%

 BLUE value IS 208 (81.64% from 255) = 49.52%

R = 38.57%
G = 11.9%
B = 49.52%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A232D0 (or 0xA232D0) is known color: Dark Orchid. HEX triplet: A2, 32 and D0. RGB value is (162,50,208). Sum of RGB (Red+Green+Blue) = 162+50+208=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #A232D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232D0 is #5DCD2F. Grayscale: #646464. Windows color (decimal): -6147376 or 13644450. OLE color: 13644450.

HSL color Cylindrical-coordinate representation of color #A232D0: hue angle of 282.53º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A232D0 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 50 208 -
CMYK 0.22 0.76 0 0.18
HSL 282.53º 0.63% 0.51% -
HSV(B) 282.53º 0.76% 0.82% -
XYZ 27.43 14.52 61.03 -
YUV 101.5 188.11 171.15 -
System Red Green Blue C M Y K H S L
Decimal 162 50 208 0.22 0.76 0 0.18 282.53 0.63 0.51
Hex A2 32 D0 16 4C 0 12 11B 3F 33
Octal 242 62 320 26 114 0 22 433 77 63
Binary 10100010 110010 11010000 10110 1001100 0 10010 100011011 111111 110011

Color Harmonies of #A232D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A232D0

Black with #A232D0

Text Example


Text Example

White with #A232D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A232D0; }

 p { color: rgb(162,50,208); }

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

background-color css

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

 a { background-color: rgb(162,50,208); }

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

border-color css

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

 span { border-color: rgb(162,50,208); }

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