#A438CB

Color #A438CB Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A438CB

Tints of Dark Orchid #A438CB

Color information

#A438CB (or 0xA438CB) is unknown color: approx Dark Orchid. HEX triplet: A4, 38 and CB. RGB value is (164,56,203). Sum of RGB (Red+Green+Blue) = 164+56+203=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #A438CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438CB is #5BC734. Grayscale: #686868. Windows color (decimal): -6014773 or 13318308. OLE color: 13318308.

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

Color convert

RGB16456203-
CMYK0.190.7200.20
HSL284.08º58.57%50.78%-
HSV(B)284.08º72.41%79.61%-
XYZ27.515.0357.95-
YUV105.05183.28170.05-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 56 (22.27% from 255) = 13.24%
BLUE value IS 203 (79.69% from 255) = 47.99%
R=38.77%
G=13.24%
B=47.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal164562030.190.7200.20284.0858.5750.78
HexA438CB134801411c3b33
Octal24470313231100244347363
Binary1010010011100011001011100111001000010100100011100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A438CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A438CB; }

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

 H1.HeaderClassName
 {
   color: #A438CB;
 }
 .AnyTagClassName
 {
   color: #A438CB;
 }
</style>
background-color css

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

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

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

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

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

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