Html Css Color HEX #A14CDA Dark Orchid

📋 copy color: '#A14CDA'

red 161 ◦ green 76 ◦ blue 218

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

Shades of Dark Orchid #A14CDA

Tints of Dark Orchid #A14CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.7%

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 35.38%
G = 16.7%
B = 47.91%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A14CDA (or 0xA14CDA) is known color: Dark Orchid. HEX triplet: A1, 4C and DA. RGB value is (161,76,218). Sum of RGB (Red+Green+Blue) = 161+76+218=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #A14CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A14CDA is #5EB325. Grayscale: #757575. Windows color (decimal): -6206246 or 14306465. OLE color: 14306465.

HSL color Cylindrical-coordinate representation of color #A14CDA: hue angle of 275.92º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A14CDA is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 76 218 -
CMYK 0.26 0.65 0 0.15
HSL 275.92º 0.66% 0.58% -
HSV(B) 275.92º 0.65% 0.85% -
XYZ 29.94 17.81 68.19 -
YUV 117.6 184.66 158.95 -
System Red Green Blue C M Y K H S L
Decimal 161 76 218 0.26 0.65 0 0.15 275.92 0.66 0.58
Hex A1 4C DA 1A 41 0 F 114 42 3A
Octal 241 114 332 32 101 0 17 424 102 72
Binary 10100001 1001100 11011010 11010 1000001 0 1111 100010100 1000010 111010

Color Harmonies of #A14CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14CDA

Black with #A14CDA

Text Example


Text Example

White with #A14CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14CDA; }

 p { color: rgb(161,76,218); }

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

background-color css

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

 a { background-color: rgb(161,76,218); }

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

border-color css

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

 span { border-color: rgb(161,76,218); }

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