Html Css Color HEX #A444C6 Dark Orchid

📋 copy color: '#A444C6'

red 164 ◦ green 68 ◦ blue 198

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

Shades of Dark Orchid #A444C6

Tints of Dark Orchid #A444C6

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.81%

 BLUE value IS 198 (77.73% from 255) = 46.05%

R = 38.14%
G = 15.81%
B = 46.05%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A444C6 (or 0xA444C6) is known color: Dark Orchid. HEX triplet: A4, 44 and C6. RGB value is (164,68,198). Sum of RGB (Red+Green+Blue) = 164+68+198=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 198 (77.73% from 255 or 46.05% from 430); Max value from RGB is 198 - color contains mainly: blue. Hex color #A444C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A444C6 is #5BBB39. Grayscale: #6F6F6F. Windows color (decimal): -6011706 or 12993700. OLE color: 12993700.

HSL color Cylindrical-coordinate representation of color #A444C6: hue angle of 284.31º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A444C6 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 68 198 -
CMYK 0.17 0.66 0 0.22
HSL 284.31º 0.53% 0.52% -
HSV(B) 284.31º 0.66% 0.78% -
XYZ 27.57 16.1 55.08 -
YUV 111.52 176.8 165.43 -
System Red Green Blue C M Y K H S L
Decimal 164 68 198 0.17 0.66 0 0.22 284.31 0.53 0.52
Hex A4 44 C6 11 42 0 16 11C 35 34
Octal 244 104 306 21 102 0 26 434 65 64
Binary 10100100 1000100 11000110 10001 1000010 0 10110 100011100 110101 110100

Color Harmonies of #A444C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A444C6

Black with #A444C6

Text Example


Text Example

White with #A444C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A444C6; }

 p { color: rgb(164,68,198); }

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

background-color css

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

 a { background-color: rgb(164,68,198); }

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

border-color css

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

 span { border-color: rgb(164,68,198); }

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