Html Css Color HEX #A243D7 Dark Orchid

📋 copy color: '#A243D7'

red 162 ◦ green 67 ◦ blue 215

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

Shades of Dark Orchid #A243D7

Tints of Dark Orchid #A243D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.42%

R = 36.49%
G = 15.09%
B = 48.42%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A243D7 (or 0xA243D7) is known color: Dark Orchid. HEX triplet: A2, 43 and D7. RGB value is (162,67,215). Sum of RGB (Red+Green+Blue) = 162+67+215=444 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.49% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 215 (84.38% from 255 or 48.42% from 444); Max value from RGB is 215 - color contains mainly: blue. Hex color #A243D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243D7 is #5DBC28. Grayscale: #6F6F6F. Windows color (decimal): -6143017 or 14107554. OLE color: 14107554.

HSL color Cylindrical-coordinate representation of color #A243D7: hue angle of 278.51º degrees, saturation: 0.65, 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 #A243D7 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 67 215 -
CMYK 0.25 0.69 0 0.16
HSL 278.51º 0.65% 0.55% -
HSV(B) 278.51º 0.69% 0.84% -
XYZ 29.17 16.6 65.96 -
YUV 112.28 185.97 163.47 -
System Red Green Blue C M Y K H S L
Decimal 162 67 215 0.25 0.69 0 0.16 278.51 0.65 0.55
Hex A2 43 D7 19 45 0 10 117 41 37
Octal 242 103 327 31 105 0 20 427 101 67
Binary 10100010 1000011 11010111 11001 1000101 0 10000 100010111 1000001 110111

Color Harmonies of #A243D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A243D7

Black with #A243D7

Text Example


Text Example

White with #A243D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A243D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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