Html Css Color HEX #A138AF Dark Orchid

📋 copy color: '#A138AF'

red 161 ◦ green 56 ◦ blue 175

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

Shades of Dark Orchid #A138AF

Tints of Dark Orchid #A138AF

RGB

 RED value IS 161 (63.28% from 255) = 41.07%

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

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

R = 41.07%
G = 14.29%
B = 44.64%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A138AF (or 0xA138AF) is known color: Dark Orchid. HEX triplet: A1, 38 and AF. RGB value is (161,56,175). Sum of RGB (Red+Green+Blue) = 161+56+175=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #A138AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A138AF is #5EC750. Grayscale: #646464. Windows color (decimal): -6211409 or 11483297. OLE color: 11483297.

HSL color Cylindrical-coordinate representation of color #A138AF: hue angle of 292.94º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A138AF is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 56 175 -
CMYK 0.08 0.68 0 0.31
HSL 292.94º 0.52% 0.45% -
HSV(B) 292.94º 0.68% 0.69% -
XYZ 23.85 13.5 41.91 -
YUV 100.96 169.79 170.82 -
System Red Green Blue C M Y K H S L
Decimal 161 56 175 0.08 0.68 0 0.31 292.94 0.52 0.45
Hex A1 38 AF 8 44 0 1F 125 34 2D
Octal 241 70 257 10 104 0 37 445 64 55
Binary 10100001 111000 10101111 1000 1000100 0 11111 100100101 110100 101101

Color Harmonies of #A138AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A138AF

Black with #A138AF

Text Example


Text Example

White with #A138AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A138AF; }

 p { color: rgb(161,56,175); }

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

background-color css

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

 a { background-color: rgb(161,56,175); }

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

border-color css

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

 span { border-color: rgb(161,56,175); }

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