#A338CB

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

Shades of Dark Orchid #A338CB

Tints of Dark Orchid #A338CB

Color information

#A338CB (or 0xA338CB) is unknown color: approx Dark Orchid. HEX triplet: A3, 38 and CB. RGB value is (163,56,203). Sum of RGB (Red+Green+Blue) = 163+56+203=422 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.63% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #A338CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A338CB is #5CC734. Grayscale: #686868. Windows color (decimal): -6080309 or 13318307. OLE color: 13318307.

HSL color Cylindrical-coordinate representation of color #A338CB: hue angle of 283.67º 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 #A338CB is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16356203-
CMYK0.200.7200.20
HSL283.67º58.57%50.78%-
HSV(B)283.67º72.41%79.61%-
XYZ27.314.9357.94-
YUV104.75183.45169.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.63%
GREEN value IS 56 (22.27% from 255) = 13.27%
BLUE value IS 203 (79.69% from 255) = 48.10%
R=38.63%
G=13.27%
B=48.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163562030.200.7200.20283.6758.5750.78
HexA338CB144801411c3b33
Octal24370313241100244347363
Binary1010001111100011001011101001001000010100100011100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A338CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A338CB; }

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

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

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

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

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

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

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

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