Html Css Color HEX #A243CA Dark Orchid

📋 copy color: '#A243CA'

red 162 ◦ green 67 ◦ blue 202

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

Shades of Dark Orchid #A243CA

Tints of Dark Orchid #A243CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.87%

R = 37.59%
G = 15.55%
B = 46.87%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A243CA (or 0xA243CA) is known color: Dark Orchid. HEX triplet: A2, 43 and CA. RGB value is (162,67,202). Sum of RGB (Red+Green+Blue) = 162+67+202=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #A243CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A243CA is #5DBC35. Grayscale: #6E6E6E. Windows color (decimal): -6143030 or 13255586. OLE color: 13255586.

HSL color Cylindrical-coordinate representation of color #A243CA: hue angle of 282.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A243CA is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 67 202 -
CMYK 0.20 0.67 0 0.21
HSL 282.22º 0.56% 0.53% -
HSV(B) 282.22º 0.67% 0.79% -
XYZ 27.57 15.96 57.5 -
YUV 110.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 162 67 202 0.20 0.67 0 0.21 282.22 0.56 0.53
Hex A2 43 CA 14 43 0 15 11A 38 35
Octal 242 103 312 24 103 0 25 432 70 65
Binary 10100010 1000011 11001010 10100 1000011 0 10101 100011010 111000 110101

Color Harmonies of #A243CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A243CA

Black with #A243CA

Text Example


Text Example

White with #A243CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A243CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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