Html Css Color HEX #A438CD Dark Orchid

📋 copy color: '#A438CD'

red 164 ◦ green 56 ◦ blue 205

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

Shades of Dark Orchid #A438CD

Tints of Dark Orchid #A438CD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.18%

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 38.59%
G = 13.18%
B = 48.24%

CMYK

 C value IS 0.2

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A438CD (or 0xA438CD) is known color: Dark Orchid. HEX triplet: A4, 38 and CD. RGB value is (164,56,205). Sum of RGB (Red+Green+Blue) = 164+56+205=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #A438CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438CD is #5BC732. Grayscale: #686868. Windows color (decimal): -6014771 or 13449380. OLE color: 13449380.

HSL color Cylindrical-coordinate representation of color #A438CD: hue angle of 283.49º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A438CD is Cyan = 0.2, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 56 205 -
CMYK 0.2 0.73 0 0.20
HSL 283.49º 0.6% 0.51% -
HSV(B) 283.49º 0.73% 0.8% -
XYZ 27.74 15.13 59.22 -
YUV 105.28 184.28 169.88 -
System Red Green Blue C M Y K H S L
Decimal 164 56 205 0.2 0.73 0 0.20 283.49 0.6 0.51
Hex A4 38 CD 14 49 0 14 11B 3C 33
Octal 244 70 315 24 111 0 24 433 74 63
Binary 10100100 111000 11001101 10100 1001001 0 10100 100011011 111100 110011

Color Harmonies of #A438CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A438CD

Black with #A438CD

Text Example


Text Example

White with #A438CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A438CD; }

 p { color: rgb(164,56,205); }

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

background-color css

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

 a { background-color: rgb(164,56,205); }

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

border-color css

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

 span { border-color: rgb(164,56,205); }

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