Html Css Color HEX #A440C2 Dark Orchid

📋 copy color: '#A440C2'

red 164 ◦ green 64 ◦ blue 194

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

Shades of Dark Orchid #A440C2

Tints of Dark Orchid #A440C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.97%

R = 38.86%
G = 15.17%
B = 45.97%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A440C2 (or 0xA440C2) is known color: Dark Orchid. HEX triplet: A4, 40 and C2. RGB value is (164,64,194). Sum of RGB (Red+Green+Blue) = 164+64+194=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #A440C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A440C2 is #5BBF3D. Grayscale: #6C6C6C. Windows color (decimal): -6012734 or 12730532. OLE color: 12730532.

HSL color Cylindrical-coordinate representation of color #A440C2: hue angle of 286.15º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A440C2 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 64 194 -
CMYK 0.15 0.67 0 0.24
HSL 286.15º 0.52% 0.51% -
HSV(B) 286.15º 0.67% 0.76% -
XYZ 26.88 15.45 52.61 -
YUV 108.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 164 64 194 0.15 0.67 0 0.24 286.15 0.52 0.51
Hex A4 40 C2 F 43 0 18 11E 34 33
Octal 244 100 302 17 103 0 30 436 64 63
Binary 10100100 1000000 11000010 1111 1000011 0 11000 100011110 110100 110011

Color Harmonies of #A440C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A440C2

Black with #A440C2

Text Example


Text Example

White with #A440C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A440C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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