Html Css Color HEX #A318CB Dark Orchid

📋 copy color: '#A318CB'

red 163 ◦ green 24 ◦ blue 203

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

Shades of Dark Orchid #A318CB

Tints of Dark Orchid #A318CB

RGB

 RED value IS 163 (64.06% from 255) = 41.79%

 GREEN value IS 24 (9.77% from 255) = 6.15%

 BLUE value IS 203 (79.69% from 255) = 52.05%

R = 41.79%
G = 6.15%
B = 52.05%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A318CB (or 0xA318CB) is known color: Dark Orchid. HEX triplet: A3, 18 and CB. RGB value is (163,24,203). Sum of RGB (Red+Green+Blue) = 163+24+203=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #A318CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A318CB is #5CE734. Grayscale: #555555. Windows color (decimal): -6088501 or 13310115. OLE color: 13310115.

HSL color Cylindrical-coordinate representation of color #A318CB: hue angle of 286.59º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A318CB is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 24 203 -
CMYK 0.20 0.88 0 0.20
HSL 286.59º 0.79% 0.45% -
HSV(B) 286.59º 0.88% 0.8% -
XYZ 26.21 12.75 57.58 -
YUV 85.97 194.05 182.95 -
System Red Green Blue C M Y K H S L
Decimal 163 24 203 0.20 0.88 0 0.20 286.59 0.79 0.45
Hex A3 18 CB 14 58 0 14 11F 4F 2D
Octal 243 30 313 24 130 0 24 437 117 55
Binary 10100011 11000 11001011 10100 1011000 0 10100 100011111 1001111 101101

Color Harmonies of #A318CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A318CB

Black with #A318CB

Text Example


Text Example

White with #A318CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A318CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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