Html Css Color HEX #A243D5 Dark Orchid

📋 copy color: '#A243D5'

red 162 ◦ green 67 ◦ blue 213

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

Shades of Dark Orchid #A243D5

Tints of Dark Orchid #A243D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.19%

R = 36.65%
G = 15.16%
B = 48.19%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A243D5 (or 0xA243D5) is known color: Dark Orchid. HEX triplet: A2, 43 and D5. RGB value is (162,67,213). Sum of RGB (Red+Green+Blue) = 162+67+213=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #A243D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243D5 is #5DBC2A. Grayscale: #6F6F6F. Windows color (decimal): -6143019 or 13976482. OLE color: 13976482.

HSL color Cylindrical-coordinate representation of color #A243D5: hue angle of 279.04º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A243D5 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 67 213 -
CMYK 0.24 0.69 0 0.16
HSL 279.04º 0.63% 0.55% -
HSV(B) 279.04º 0.69% 0.84% -
XYZ 28.92 16.5 64.61 -
YUV 112.05 184.97 163.63 -
System Red Green Blue C M Y K H S L
Decimal 162 67 213 0.24 0.69 0 0.16 279.04 0.63 0.55
Hex A2 43 D5 18 45 0 10 117 3F 37
Octal 242 103 325 30 105 0 20 427 77 67
Binary 10100010 1000011 11010101 11000 1000101 0 10000 100010111 111111 110111

Color Harmonies of #A243D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A243D5

Black with #A243D5

Text Example


Text Example

White with #A243D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A243D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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