Html Css Color HEX #A243D2 Dark Orchid

📋 copy color: '#A243D2'

red 162 ◦ green 67 ◦ blue 210

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

Shades of Dark Orchid #A243D2

Tints of Dark Orchid #A243D2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.26%

 BLUE value IS 210 (82.42% from 255) = 47.84%

R = 36.9%
G = 15.26%
B = 47.84%

CMYK

 C value IS 0.23

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A243D2 (or 0xA243D2) is known color: Dark Orchid. HEX triplet: A2, 43 and D2. RGB value is (162,67,210). Sum of RGB (Red+Green+Blue) = 162+67+210=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 210 - color contains mainly: blue. Hex color #A243D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243D2 is #5DBC2D. Grayscale: #6F6F6F. Windows color (decimal): -6143022 or 13779874. OLE color: 13779874.

HSL color Cylindrical-coordinate representation of color #A243D2: hue angle of 279.86º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A243D2 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 67 210 -
CMYK 0.23 0.68 0 0.18
HSL 279.86º 0.61% 0.54% -
HSV(B) 279.86º 0.68% 0.82% -
XYZ 28.54 16.35 62.62 -
YUV 111.71 183.47 163.87 -
System Red Green Blue C M Y K H S L
Decimal 162 67 210 0.23 0.68 0 0.18 279.86 0.61 0.54
Hex A2 43 D2 17 44 0 12 118 3D 36
Octal 242 103 322 27 104 0 22 430 75 66
Binary 10100010 1000011 11010010 10111 1000100 0 10010 100011000 111101 110110

Color Harmonies of #A243D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A243D2

Black with #A243D2

Text Example


Text Example

White with #A243D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A243D2; }

 p { color: rgb(162,67,210); }

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

background-color css

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

 a { background-color: rgb(162,67,210); }

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

border-color css

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

 span { border-color: rgb(162,67,210); }

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