Html Css Color HEX #A318AF Dark Orchid

📋 copy color: '#A318AF'

red 163 ◦ green 24 ◦ blue 175

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

Shades of Dark Orchid #A318AF

Tints of Dark Orchid #A318AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.34%

R = 45.03%
G = 6.63%
B = 48.34%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A318AF (or 0xA318AF) is known color: Dark Orchid. HEX triplet: A3, 18 and AF. RGB value is (163,24,175). Sum of RGB (Red+Green+Blue) = 163+24+175=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #A318AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A318AF is #5CE750. Grayscale: #525252. Windows color (decimal): -6088529 or 11475107. OLE color: 11475107.

HSL color Cylindrical-coordinate representation of color #A318AF: hue angle of 295.23º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A318AF is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 24 175 -
CMYK 0.07 0.86 0 0.31
HSL 295.23º 0.76% 0.39% -
HSV(B) 295.23º 0.86% 0.69% -
XYZ 23.17 11.53 41.56 -
YUV 82.78 180.05 185.22 -
System Red Green Blue C M Y K H S L
Decimal 163 24 175 0.07 0.86 0 0.31 295.23 0.76 0.39
Hex A3 18 AF 7 56 0 1F 127 4C 27
Octal 243 30 257 7 126 0 37 447 114 47
Binary 10100011 11000 10101111 111 1010110 0 11111 100100111 1001100 100111

Color Harmonies of #A318AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A318AF

Black with #A318AF

Text Example


Text Example

White with #A318AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A318AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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