Html Css Color HEX #A232DC Dark Orchid

📋 copy color: '#A232DC'

red 162 ◦ green 50 ◦ blue 220

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

Shades of Dark Orchid #A232DC

Tints of Dark Orchid #A232DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 37.5%
G = 11.57%
B = 50.93%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A232DC (or 0xA232DC) is known color: Dark Orchid. HEX triplet: A2, 32 and DC. RGB value is (162,50,220). Sum of RGB (Red+Green+Blue) = 162+50+220=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 50 (19.92% from 255 or 11.57% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #A232DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232DC is #5DCD23. Grayscale: #666666. Windows color (decimal): -6147364 or 14430882. OLE color: 14430882.

HSL color Cylindrical-coordinate representation of color #A232DC: hue angle of 279.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A232DC is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 50 220 -
CMYK 0.26 0.77 0 0.14
HSL 279.53º 0.71% 0.53% -
HSV(B) 279.53º 0.77% 0.86% -
XYZ 28.96 15.13 69.1 -
YUV 102.87 194.11 170.18 -
System Red Green Blue C M Y K H S L
Decimal 162 50 220 0.26 0.77 0 0.14 279.53 0.71 0.53
Hex A2 32 DC 1A 4D 0 E 118 47 35
Octal 242 62 334 32 115 0 16 430 107 65
Binary 10100010 110010 11011100 11010 1001101 0 1110 100011000 1000111 110101

Color Harmonies of #A232DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A232DC

Black with #A232DC

Text Example


Text Example

White with #A232DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A232DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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