Html Css Color HEX #A443CA Dark Orchid

📋 copy color: '#A443CA'

red 164 ◦ green 67 ◦ blue 202

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

Shades of Dark Orchid #A443CA

Tints of Dark Orchid #A443CA

RGB

 RED value IS 164 (64.45% from 255) = 37.88%

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

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

R = 37.88%
G = 15.47%
B = 46.65%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A443CA (or 0xA443CA) is known color: Dark Orchid. HEX triplet: A4, 43 and CA. RGB value is (164,67,202). Sum of RGB (Red+Green+Blue) = 164+67+202=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #A443CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A443CA is #5BBC35. Grayscale: #6E6E6E. Windows color (decimal): -6011958 or 13255588. OLE color: 13255588.

HSL color Cylindrical-coordinate representation of color #A443CA: hue angle of 283.11º 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 #A443CA is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 67 202 -
CMYK 0.19 0.67 0 0.21
HSL 283.11º 0.56% 0.53% -
HSV(B) 283.11º 0.67% 0.79% -
XYZ 27.98 16.17 57.52 -
YUV 111.39 179.14 165.52 -
System Red Green Blue C M Y K H S L
Decimal 164 67 202 0.19 0.67 0 0.21 283.11 0.56 0.53
Hex A4 43 CA 13 43 0 15 11B 38 35
Octal 244 103 312 23 103 0 25 433 70 65
Binary 10100100 1000011 11001010 10011 1000011 0 10101 100011011 111000 110101

Color Harmonies of #A443CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A443CA

Black with #A443CA

Text Example


Text Example

White with #A443CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A443CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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