Html Css Color HEX #A440CA Dark Orchid

📋 copy color: '#A440CA'

red 164 ◦ green 64 ◦ blue 202

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

Shades of Dark Orchid #A440CA

Tints of Dark Orchid #A440CA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.88%

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

R = 38.14%
G = 14.88%
B = 46.98%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A440CA (or 0xA440CA) is known color: Dark Orchid. HEX triplet: A4, 40 and CA. RGB value is (164,64,202). Sum of RGB (Red+Green+Blue) = 164+64+202=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #A440CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440CA is #5BBF35. Grayscale: #6D6D6D. Windows color (decimal): -6012726 or 13254820. OLE color: 13254820.

HSL color Cylindrical-coordinate representation of color #A440CA: hue angle of 283.48º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A440CA is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 164 64 202 -
CMYK 0.19 0.68 0 0.21
HSL 283.48º 0.57% 0.52% -
HSV(B) 283.48º 0.68% 0.79% -
XYZ 27.8 15.82 57.47 -
YUV 109.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 164 64 202 0.19 0.68 0 0.21 283.48 0.57 0.52
Hex A4 40 CA 13 44 0 15 11B 39 34
Octal 244 100 312 23 104 0 25 433 71 64
Binary 10100100 1000000 11001010 10011 1000100 0 10101 100011011 111001 110100

Color Harmonies of #A440CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A440CA

Black with #A440CA

Text Example


Text Example

White with #A440CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A440CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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