Html Css Color HEX #A243DA Dark Orchid

📋 copy color: '#A243DA'

red 162 ◦ green 67 ◦ blue 218

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

Shades of Dark Orchid #A243DA

Tints of Dark Orchid #A243DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 36.24%
G = 14.99%
B = 48.77%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A243DA (or 0xA243DA) is known color: Dark Orchid. HEX triplet: A2, 43 and DA. RGB value is (162,67,218). Sum of RGB (Red+Green+Blue) = 162+67+218=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 67 (26.56% from 255 or 14.99% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #A243DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243DA is #5DBC25. Grayscale: #707070. Windows color (decimal): -6143014 or 14304162. OLE color: 14304162.

HSL color Cylindrical-coordinate representation of color #A243DA: hue angle of 277.75º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A243DA is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 67 218 -
CMYK 0.26 0.69 0 0.15
HSL 277.75º 0.67% 0.56% -
HSV(B) 277.75º 0.69% 0.85% -
XYZ 29.56 16.76 68.01 -
YUV 112.62 187.47 163.22 -
System Red Green Blue C M Y K H S L
Decimal 162 67 218 0.26 0.69 0 0.15 277.75 0.67 0.56
Hex A2 43 DA 1A 45 0 F 116 43 38
Octal 242 103 332 32 105 0 17 426 103 70
Binary 10100010 1000011 11011010 11010 1000101 0 1111 100010110 1000011 111000

Color Harmonies of #A243DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A243DA

Black with #A243DA

Text Example


Text Example

White with #A243DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A243DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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